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

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

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 GLsizei width, 376 GLsizei width,
377 GLsizei height, 377 GLsizei height,
378 GLenum format, 378 GLenum format,
379 GLenum type, 379 GLenum type,
380 GLenum access) override; 380 GLenum access) override;
381 void UnmapTexSubImage2DCHROMIUM(const void* mem) override; 381 void UnmapTexSubImage2DCHROMIUM(const void* mem) override;
382 void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) override; 382 void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) override;
383 const GLchar* GetRequestableExtensionsCHROMIUM() override; 383 const GLchar* GetRequestableExtensionsCHROMIUM() override;
384 void RequestExtensionCHROMIUM(const char* extension) override; 384 void RequestExtensionCHROMIUM(const char* extension) override;
385 void RateLimitOffscreenContextCHROMIUM() override; 385 void RateLimitOffscreenContextCHROMIUM() override;
386 void GetMultipleIntegervCHROMIUM(const GLenum* pnames,
387 GLuint count,
388 GLint* results,
389 GLsizeiptr size) override;
390 void GetProgramInfoCHROMIUM(GLuint program, 386 void GetProgramInfoCHROMIUM(GLuint program,
391 GLsizei bufsize, 387 GLsizei bufsize,
392 GLsizei* size, 388 GLsizei* size,
393 void* info) override; 389 void* info) override;
394 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override; 390 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override;
395 GLuint CreateImageCHROMIUM(ClientBuffer buffer, 391 GLuint CreateImageCHROMIUM(ClientBuffer buffer,
396 GLsizei width, 392 GLsizei width,
397 GLsizei height, 393 GLsizei height,
398 GLenum internalformat) override; 394 GLenum internalformat) override;
399 void DestroyImageCHROMIUM(GLuint image_id) override; 395 void DestroyImageCHROMIUM(GLuint image_id) override;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 void ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; 430 void ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override;
435 void ProduceTextureDirectCHROMIUM(GLuint texture, 431 void ProduceTextureDirectCHROMIUM(GLuint texture,
436 GLenum target, 432 GLenum target,
437 const GLbyte* mailbox) override; 433 const GLbyte* mailbox) override;
438 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; 434 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override;
439 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, 435 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
440 const GLbyte* mailbox) override; 436 const GLbyte* mailbox) override;
441 void BindUniformLocationCHROMIUM(GLuint program, 437 void BindUniformLocationCHROMIUM(GLuint program,
442 GLint location, 438 GLint location,
443 const char* name) override; 439 const char* name) override;
440 void GenValuebuffersCHROMIUM(GLsizei n, GLuint* buffers) override;
441 void DeleteValuebuffersCHROMIUM(GLsizei n, const GLuint* valuebuffers) override;
442 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override;
443 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override;
444 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override;
445 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
446 void UniformValuebufferCHROMIUM(GLint location,
447 GLenum target,
448 GLenum subscription) override;
444 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 449 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
445 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 450 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
446 void TraceBeginCHROMIUM(const char* name) override; 451 void TraceBeginCHROMIUM(const char* name) override;
447 void TraceEndCHROMIUM() override; 452 void TraceEndCHROMIUM() override;
448 void AsyncTexSubImage2DCHROMIUM(GLenum target, 453 void AsyncTexSubImage2DCHROMIUM(GLenum target,
449 GLint level, 454 GLint level,
450 GLint xoffset, 455 GLint xoffset,
451 GLint yoffset, 456 GLint yoffset,
452 GLsizei width, 457 GLsizei width,
453 GLsizei height, 458 GLsizei height,
(...skipping 27 matching lines...) Expand all
481 GLint bounds_width, 486 GLint bounds_width,
482 GLint bounds_height, 487 GLint bounds_height,
483 GLfloat uv_x, 488 GLfloat uv_x,
484 GLfloat uv_y, 489 GLfloat uv_y,
485 GLfloat uv_width, 490 GLfloat uv_width,
486 GLfloat uv_height) override; 491 GLfloat uv_height) override;
487 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 492 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
488 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 493 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
489 void BlendBarrierKHR() override; 494 void BlendBarrierKHR() override;
490 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 495 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698