Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(907)

Side by Side Diff: mojo/gpu/mojo_gles2_impl_autogen.cc

Issue 1343303003: Revert of Mandoline: Add WebGL support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/gles2/gles2_impl.cc ('k') | mojo/runner/native_application_support.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file is auto-generated from 5 // This file is auto-generated from
6 // gpu/command_buffer/build_gles2_cmd_buffer.py 6 // gpu/command_buffer/build_gles2_cmd_buffer.py
7 // It's formatted by clang-format using chromium coding style: 7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename 8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT! 9 // DO NOT EDIT!
10 10
11 #include "mojo/gpu/mojo_gles2_impl_autogen.h" 11 #include "mojo/gpu/mojo_gles2_impl_autogen.h"
12 12
13 #include "base/logging.h" 13 #include "base/logging.h"
14 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_copy_texture.h" 14 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_copy_texture.h"
15 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_framebuffer_multisam ple.h"
16 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_image.h" 15 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_image.h"
17 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_miscellaneous.h" 16 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_miscellaneous.h"
18 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_pixel_transfer_buffe r_object.h" 17 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_pixel_transfer_buffe r_object.h"
19 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_sub_image.h" 18 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_sub_image.h"
20 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_sync_point.h" 19 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_sync_point.h"
21 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_texture_mailbox.h" 20 #include "third_party/mojo/src/mojo/public/c/gles2/chromium_texture_mailbox.h"
22 #include "third_party/mojo/src/mojo/public/c/gles2/gles2.h" 21 #include "third_party/mojo/src/mojo/public/c/gles2/gles2.h"
23 #include "third_party/mojo/src/mojo/public/c/gles2/occlusion_query_ext.h" 22 #include "third_party/mojo/src/mojo/public/c/gles2/occlusion_query_ext.h"
24 23
25 namespace mojo { 24 namespace mojo {
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 void MojoGLES2Impl::BlitFramebufferCHROMIUM(GLint srcX0, 1214 void MojoGLES2Impl::BlitFramebufferCHROMIUM(GLint srcX0,
1216 GLint srcY0, 1215 GLint srcY0,
1217 GLint srcX1, 1216 GLint srcX1,
1218 GLint srcY1, 1217 GLint srcY1,
1219 GLint dstX0, 1218 GLint dstX0,
1220 GLint dstY0, 1219 GLint dstY0,
1221 GLint dstX1, 1220 GLint dstX1,
1222 GLint dstY1, 1221 GLint dstY1,
1223 GLbitfield mask, 1222 GLbitfield mask,
1224 GLenum filter) { 1223 GLenum filter) {
1225 MojoGLES2MakeCurrent(context_); 1224 NOTREACHED() << "Unimplemented BlitFramebufferCHROMIUM.";
1226 glBlitFramebufferCHROMIUM(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1,
1227 dstY1, mask, filter);
1228 } 1225 }
1229 void MojoGLES2Impl::RenderbufferStorageMultisampleCHROMIUM( 1226 void MojoGLES2Impl::RenderbufferStorageMultisampleCHROMIUM(
1230 GLenum target, 1227 GLenum target,
1231 GLsizei samples, 1228 GLsizei samples,
1232 GLenum internalformat, 1229 GLenum internalformat,
1233 GLsizei width, 1230 GLsizei width,
1234 GLsizei height) { 1231 GLsizei height) {
1235 MojoGLES2MakeCurrent(context_); 1232 NOTREACHED() << "Unimplemented RenderbufferStorageMultisampleCHROMIUM.";
1236 glRenderbufferStorageMultisampleCHROMIUM(target, samples, internalformat,
1237 width, height);
1238 } 1233 }
1239 void MojoGLES2Impl::RenderbufferStorageMultisampleEXT(GLenum target, 1234 void MojoGLES2Impl::RenderbufferStorageMultisampleEXT(GLenum target,
1240 GLsizei samples, 1235 GLsizei samples,
1241 GLenum internalformat, 1236 GLenum internalformat,
1242 GLsizei width, 1237 GLsizei width,
1243 GLsizei height) { 1238 GLsizei height) {
1244 NOTREACHED() << "Unimplemented RenderbufferStorageMultisampleEXT."; 1239 NOTREACHED() << "Unimplemented RenderbufferStorageMultisampleEXT.";
1245 } 1240 }
1246 void MojoGLES2Impl::FramebufferTexture2DMultisampleEXT(GLenum target, 1241 void MojoGLES2Impl::FramebufferTexture2DMultisampleEXT(GLenum target,
1247 GLenum attachment, 1242 GLenum attachment,
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 return 0; 1719 return 0;
1725 } 1720 }
1726 void MojoGLES2Impl::BlendBarrierKHR() { 1721 void MojoGLES2Impl::BlendBarrierKHR() {
1727 NOTREACHED() << "Unimplemented BlendBarrierKHR."; 1722 NOTREACHED() << "Unimplemented BlendBarrierKHR.";
1728 } 1723 }
1729 void MojoGLES2Impl::ApplyScreenSpaceAntialiasingCHROMIUM() { 1724 void MojoGLES2Impl::ApplyScreenSpaceAntialiasingCHROMIUM() {
1730 NOTREACHED() << "Unimplemented ApplyScreenSpaceAntialiasingCHROMIUM."; 1725 NOTREACHED() << "Unimplemented ApplyScreenSpaceAntialiasingCHROMIUM.";
1731 } 1726 }
1732 1727
1733 } // namespace mojo 1728 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/gles2/gles2_impl.cc ('k') | mojo/runner/native_application_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698