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

Side by Side Diff: gpu/command_buffer/client/gles2_implementation_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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 char* name) override; 248 char* name) override;
249 249
250 void GetActiveUniform(GLuint program, 250 void GetActiveUniform(GLuint program,
251 GLuint index, 251 GLuint index,
252 GLsizei bufsize, 252 GLsizei bufsize,
253 GLsizei* length, 253 GLsizei* length,
254 GLint* size, 254 GLint* size,
255 GLenum* type, 255 GLenum* type,
256 char* name) override; 256 char* name) override;
257 257
258 void GetActiveUniformBlockName(GLuint program,
259 GLuint index,
260 GLsizei bufsize,
261 GLsizei* length,
262 char* name) override;
263
258 void GetAttachedShaders(GLuint program, 264 void GetAttachedShaders(GLuint program,
259 GLsizei maxcount, 265 GLsizei maxcount,
260 GLsizei* count, 266 GLsizei* count,
261 GLuint* shaders) override; 267 GLuint* shaders) override;
262 268
263 GLint GetAttribLocation(GLuint program, const char* name) override; 269 GLint GetAttribLocation(GLuint program, const char* name) override;
264 270
265 void GetBooleanv(GLenum pname, GLboolean* params) override; 271 void GetBooleanv(GLenum pname, GLboolean* params) override;
266 272
267 void GetBufferParameteriv(GLenum target, GLenum pname, GLint* params) override; 273 void GetBufferParameteriv(GLenum target, GLenum pname, GLint* params) override;
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 GLsizei bufsize, 326 GLsizei bufsize,
321 GLsizei* length, 327 GLsizei* length,
322 char* source) override; 328 char* source) override;
323 329
324 const GLubyte* GetString(GLenum name) override; 330 const GLubyte* GetString(GLenum name) override;
325 331
326 void GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) override; 332 void GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) override;
327 333
328 void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) override; 334 void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) override;
329 335
336 GLuint GetUniformBlockIndex(GLuint program, const char* name) override;
337
330 void GetUniformfv(GLuint program, GLint location, GLfloat* params) override; 338 void GetUniformfv(GLuint program, GLint location, GLfloat* params) override;
331 339
332 void GetUniformiv(GLuint program, GLint location, GLint* params) override; 340 void GetUniformiv(GLuint program, GLint location, GLint* params) override;
333 341
334 GLint GetUniformLocation(GLuint program, const char* name) override; 342 GLint GetUniformLocation(GLuint program, const char* name) override;
335 343
336 void GetVertexAttribPointerv(GLuint index, 344 void GetVertexAttribPointerv(GLuint index,
337 GLenum pname, 345 GLenum pname,
338 void** pointer) override; 346 void** pointer) override;
339 347
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 432
425 void ShaderSource(GLuint shader, 433 void ShaderSource(GLuint shader,
426 GLsizei count, 434 GLsizei count,
427 const GLchar* const* str, 435 const GLchar* const* str,
428 const GLint* length) override; 436 const GLint* length) override;
429 437
430 void ShallowFinishCHROMIUM() override; 438 void ShallowFinishCHROMIUM() override;
431 439
432 void ShallowFlushCHROMIUM() override; 440 void ShallowFlushCHROMIUM() override;
433 441
442 void OrderingBarrierCHROMIUM() override;
443
434 void StencilFunc(GLenum func, GLint ref, GLuint mask) override; 444 void StencilFunc(GLenum func, GLint ref, GLuint mask) override;
435 445
436 void StencilFuncSeparate(GLenum face, 446 void StencilFuncSeparate(GLenum face,
437 GLenum func, 447 GLenum func,
438 GLint ref, 448 GLint ref,
439 GLuint mask) override; 449 GLuint mask) override;
440 450
441 void StencilMask(GLuint mask) override; 451 void StencilMask(GLuint mask) override;
442 452
443 void StencilMaskSeparate(GLenum face, GLuint mask) override; 453 void StencilMaskSeparate(GLenum face, GLuint mask) override;
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 782
773 void RequestExtensionCHROMIUM(const char* extension) override; 783 void RequestExtensionCHROMIUM(const char* extension) override;
774 784
775 void RateLimitOffscreenContextCHROMIUM() override; 785 void RateLimitOffscreenContextCHROMIUM() override;
776 786
777 void GetProgramInfoCHROMIUM(GLuint program, 787 void GetProgramInfoCHROMIUM(GLuint program,
778 GLsizei bufsize, 788 GLsizei bufsize,
779 GLsizei* size, 789 GLsizei* size,
780 void* info) override; 790 void* info) override;
781 791
792 void GetUniformBlocksCHROMIUM(GLuint program,
793 GLsizei bufsize,
794 GLsizei* size,
795 void* info) override;
796
782 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override; 797 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override;
783 798
784 GLuint CreateImageCHROMIUM(ClientBuffer buffer, 799 GLuint CreateImageCHROMIUM(ClientBuffer buffer,
785 GLsizei width, 800 GLsizei width,
786 GLsizei height, 801 GLsizei height,
787 GLenum internalformat) override; 802 GLenum internalformat) override;
788 803
789 void DestroyImageCHROMIUM(GLuint image_id) override; 804 void DestroyImageCHROMIUM(GLuint image_id) override;
790 805
791 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, 806 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 938
924 void SwapInterval(GLint interval) override; 939 void SwapInterval(GLint interval) override;
925 940
926 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 941 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
927 942
928 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 943 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
929 944
930 void BlendBarrierKHR() override; 945 void BlendBarrierKHR() override;
931 946
932 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 947 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/client/gles2_implementation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698