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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h

Issue 936183002: Add glWaitSync to GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sync
Patch Set: rebase Created 5 years, 10 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
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
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 GLenum /* type */, 862 GLenum /* type */,
863 GLboolean /* normalized */, 863 GLboolean /* normalized */,
864 GLsizei /* stride */, 864 GLsizei /* stride */,
865 const void* /* ptr */) { 865 const void* /* ptr */) {
866 } 866 }
867 void GLES2InterfaceStub::Viewport(GLint /* x */, 867 void GLES2InterfaceStub::Viewport(GLint /* x */,
868 GLint /* y */, 868 GLint /* y */,
869 GLsizei /* width */, 869 GLsizei /* width */,
870 GLsizei /* height */) { 870 GLsizei /* height */) {
871 } 871 }
872 void GLES2InterfaceStub::WaitSync(GLsync /* sync */,
873 GLbitfield /* flags */,
874 GLuint64 /* timeout */) {
875 }
872 void GLES2InterfaceStub::BlitFramebufferCHROMIUM(GLint /* srcX0 */, 876 void GLES2InterfaceStub::BlitFramebufferCHROMIUM(GLint /* srcX0 */,
873 GLint /* srcY0 */, 877 GLint /* srcY0 */,
874 GLint /* srcX1 */, 878 GLint /* srcX1 */,
875 GLint /* srcY1 */, 879 GLint /* srcY1 */,
876 GLint /* dstX0 */, 880 GLint /* dstX0 */,
877 GLint /* dstY0 */, 881 GLint /* dstY0 */,
878 GLint /* dstX1 */, 882 GLint /* dstX1 */,
879 GLint /* dstY1 */, 883 GLint /* dstY1 */,
880 GLbitfield /* mask */, 884 GLbitfield /* mask */,
881 GLenum /* filter */) { 885 GLenum /* filter */) {
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { 1194 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {
1191 } 1195 }
1192 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 1196 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
1193 const GLfloat* /* m */) { 1197 const GLfloat* /* m */) {
1194 } 1198 }
1195 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 1199 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
1196 } 1200 }
1197 void GLES2InterfaceStub::BlendBarrierKHR() { 1201 void GLES2InterfaceStub::BlendBarrierKHR() {
1198 } 1202 }
1199 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1203 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698