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

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

Issue 903273002: Update from https://crrev.com/315085 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 char* /* name */) { 279 char* /* name */) {
280 } 280 }
281 void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */, 281 void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */,
282 GLuint /* index */, 282 GLuint /* index */,
283 GLsizei /* bufsize */, 283 GLsizei /* bufsize */,
284 GLsizei* /* length */, 284 GLsizei* /* length */,
285 GLint* /* size */, 285 GLint* /* size */,
286 GLenum* /* type */, 286 GLenum* /* type */,
287 char* /* name */) { 287 char* /* name */) {
288 } 288 }
289 void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */,
290 GLuint /* index */,
291 GLsizei /* bufsize */,
292 GLsizei* /* length */,
293 char* /* name */) {
294 }
289 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, 295 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */,
290 GLsizei /* maxcount */, 296 GLsizei /* maxcount */,
291 GLsizei* /* count */, 297 GLsizei* /* count */,
292 GLuint* /* shaders */) { 298 GLuint* /* shaders */) {
293 } 299 }
294 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, 300 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */,
295 const char* /* name */) { 301 const char* /* name */) {
296 return 0; 302 return 0;
297 } 303 }
298 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */, 304 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */,
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 return 0; 375 return 0;
370 } 376 }
371 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, 377 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */,
372 GLenum /* pname */, 378 GLenum /* pname */,
373 GLfloat* /* params */) { 379 GLfloat* /* params */) {
374 } 380 }
375 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, 381 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */,
376 GLenum /* pname */, 382 GLenum /* pname */,
377 GLint* /* params */) { 383 GLint* /* params */) {
378 } 384 }
385 GLuint GLES2InterfaceStub::GetUniformBlockIndex(GLuint /* program */,
386 const char* /* name */) {
387 return 0;
388 }
379 void GLES2InterfaceStub::GetUniformfv(GLuint /* program */, 389 void GLES2InterfaceStub::GetUniformfv(GLuint /* program */,
380 GLint /* location */, 390 GLint /* location */,
381 GLfloat* /* params */) { 391 GLfloat* /* params */) {
382 } 392 }
383 void GLES2InterfaceStub::GetUniformiv(GLuint /* program */, 393 void GLES2InterfaceStub::GetUniformiv(GLuint /* program */,
384 GLint /* location */, 394 GLint /* location */,
385 GLint* /* params */) { 395 GLint* /* params */) {
386 } 396 }
387 GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */, 397 GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */,
388 const char* /* name */) { 398 const char* /* name */) {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 } 519 }
510 void GLES2InterfaceStub::ShaderSource(GLuint /* shader */, 520 void GLES2InterfaceStub::ShaderSource(GLuint /* shader */,
511 GLsizei /* count */, 521 GLsizei /* count */,
512 const GLchar* const* /* str */, 522 const GLchar* const* /* str */,
513 const GLint* /* length */) { 523 const GLint* /* length */) {
514 } 524 }
515 void GLES2InterfaceStub::ShallowFinishCHROMIUM() { 525 void GLES2InterfaceStub::ShallowFinishCHROMIUM() {
516 } 526 }
517 void GLES2InterfaceStub::ShallowFlushCHROMIUM() { 527 void GLES2InterfaceStub::ShallowFlushCHROMIUM() {
518 } 528 }
529 void GLES2InterfaceStub::OrderingBarrierCHROMIUM() {
530 }
519 void GLES2InterfaceStub::StencilFunc(GLenum /* func */, 531 void GLES2InterfaceStub::StencilFunc(GLenum /* func */,
520 GLint /* ref */, 532 GLint /* ref */,
521 GLuint /* mask */) { 533 GLuint /* mask */) {
522 } 534 }
523 void GLES2InterfaceStub::StencilFuncSeparate(GLenum /* face */, 535 void GLES2InterfaceStub::StencilFuncSeparate(GLenum /* face */,
524 GLenum /* func */, 536 GLenum /* func */,
525 GLint /* ref */, 537 GLint /* ref */,
526 GLuint /* mask */) { 538 GLuint /* mask */) {
527 } 539 }
528 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) { 540 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) {
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 } 966 }
955 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) { 967 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) {
956 } 968 }
957 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() { 969 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() {
958 } 970 }
959 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, 971 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */,
960 GLsizei /* bufsize */, 972 GLsizei /* bufsize */,
961 GLsizei* /* size */, 973 GLsizei* /* size */,
962 void* /* info */) { 974 void* /* info */) {
963 } 975 }
976 void GLES2InterfaceStub::GetUniformBlocksCHROMIUM(GLuint /* program */,
977 GLsizei /* bufsize */,
978 GLsizei* /* size */,
979 void* /* info */) {
980 }
964 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { 981 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
965 return 0; 982 return 0;
966 } 983 }
967 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, 984 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */,
968 GLsizei /* width */, 985 GLsizei /* width */,
969 GLsizei /* height */, 986 GLsizei /* height */,
970 GLenum /* internalformat */) { 987 GLenum /* internalformat */) {
971 return 0; 988 return 0;
972 } 989 }
973 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { 990 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { 1146 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {
1130 } 1147 }
1131 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 1148 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
1132 const GLfloat* /* m */) { 1149 const GLfloat* /* m */) {
1133 } 1150 }
1134 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 1151 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
1135 } 1152 }
1136 void GLES2InterfaceStub::BlendBarrierKHR() { 1153 void GLES2InterfaceStub::BlendBarrierKHR() {
1137 } 1154 }
1138 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1155 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698