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

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

Issue 634083002: gpu: Compositor management of GpuMemoryBuffer instances. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cc-pre-chromium-image-refactor
Patch Set: rebase Created 6 years, 2 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 virtual GLboolean IsVertexArrayOES(GLuint array) override; 395 virtual GLboolean IsVertexArrayOES(GLuint array) override;
396 virtual void BindVertexArrayOES(GLuint array) override; 396 virtual void BindVertexArrayOES(GLuint array) override;
397 virtual void SwapBuffers() override; 397 virtual void SwapBuffers() override;
398 virtual GLuint GetMaxValueInBufferCHROMIUM(GLuint buffer_id, 398 virtual GLuint GetMaxValueInBufferCHROMIUM(GLuint buffer_id,
399 GLsizei count, 399 GLsizei count,
400 GLenum type, 400 GLenum type,
401 GLuint offset) override; 401 GLuint offset) override;
402 virtual GLboolean EnableFeatureCHROMIUM(const char* feature) override; 402 virtual GLboolean EnableFeatureCHROMIUM(const char* feature) override;
403 virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) override; 403 virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) override;
404 virtual GLboolean UnmapBufferCHROMIUM(GLuint target) override; 404 virtual GLboolean UnmapBufferCHROMIUM(GLuint target) override;
405 virtual void* MapImageCHROMIUM(GLuint image_id) override;
406 virtual void UnmapImageCHROMIUM(GLuint image_id) override;
407 virtual void* MapBufferSubDataCHROMIUM(GLuint target, 405 virtual void* MapBufferSubDataCHROMIUM(GLuint target,
408 GLintptr offset, 406 GLintptr offset,
409 GLsizeiptr size, 407 GLsizeiptr size,
410 GLenum access) override; 408 GLenum access) override;
411 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) override; 409 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) override;
412 virtual void* MapTexSubImage2DCHROMIUM(GLenum target, 410 virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
413 GLint level, 411 GLint level,
414 GLint xoffset, 412 GLint xoffset,
415 GLint yoffset, 413 GLint yoffset,
416 GLsizei width, 414 GLsizei width,
(...skipping 10 matching lines...) Expand all
427 virtual void RateLimitOffscreenContextCHROMIUM() override; 425 virtual void RateLimitOffscreenContextCHROMIUM() override;
428 virtual void GetMultipleIntegervCHROMIUM(const GLenum* pnames, 426 virtual void GetMultipleIntegervCHROMIUM(const GLenum* pnames,
429 GLuint count, 427 GLuint count,
430 GLint* results, 428 GLint* results,
431 GLsizeiptr size) override; 429 GLsizeiptr size) override;
432 virtual void GetProgramInfoCHROMIUM(GLuint program, 430 virtual void GetProgramInfoCHROMIUM(GLuint program,
433 GLsizei bufsize, 431 GLsizei bufsize,
434 GLsizei* size, 432 GLsizei* size,
435 void* info) override; 433 void* info) override;
436 virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) override; 434 virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) override;
437 virtual GLuint CreateImageCHROMIUM(GLsizei width, 435 virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer,
436 GLsizei width,
438 GLsizei height, 437 GLsizei height,
439 GLenum internalformat, 438 GLenum internalformat) override;
440 GLenum usage) override;
441 virtual void DestroyImageCHROMIUM(GLuint image_id) override; 439 virtual void DestroyImageCHROMIUM(GLuint image_id) override;
442 virtual void GetImageParameterivCHROMIUM(GLuint image_id,
443 GLenum pname,
444 GLint* params) override;
445 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, 440 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
446 GLsizei height, 441 GLsizei height,
447 GLenum internalformat, 442 GLenum internalformat,
448 GLenum usage) override; 443 GLenum usage) override;
449 virtual void GetTranslatedShaderSourceANGLE(GLuint shader, 444 virtual void GetTranslatedShaderSourceANGLE(GLuint shader,
450 GLsizei bufsize, 445 GLsizei bufsize,
451 GLsizei* length, 446 GLsizei* length,
452 char* source) override; 447 char* source) override;
453 virtual void PostSubBufferCHROMIUM(GLint x, 448 virtual void PostSubBufferCHROMIUM(GLint x,
454 GLint y, 449 GLint y,
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 GLint bounds_y, 522 GLint bounds_y,
528 GLint bounds_width, 523 GLint bounds_width,
529 GLint bounds_height, 524 GLint bounds_height,
530 GLfloat uv_x, 525 GLfloat uv_x,
531 GLfloat uv_y, 526 GLfloat uv_y,
532 GLfloat uv_width, 527 GLfloat uv_width,
533 GLfloat uv_height) override; 528 GLfloat uv_height) override;
534 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 529 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
535 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 530 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
536 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 531 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698