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

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

Issue 793693003: Tile Compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 GLsizei width, 490 GLsizei width,
491 GLsizei height, 491 GLsizei height,
492 GLuint ioSurfaceId, 492 GLuint ioSurfaceId,
493 GLuint plane) override; 493 GLuint plane) override;
494 void CopyTextureCHROMIUM(GLenum target, 494 void CopyTextureCHROMIUM(GLenum target,
495 GLenum source_id, 495 GLenum source_id,
496 GLenum dest_id, 496 GLenum dest_id,
497 GLint level, 497 GLint level,
498 GLint internalformat, 498 GLint internalformat,
499 GLenum dest_type) override; 499 GLenum dest_type) override;
500 void CopyCompressedTextureCHROMIUM(GLenum target,
501 GLenum source_id,
502 GLenum dest_id,
503 GLenum internalformat,
504 GLenum dest_type) override;
500 void DrawArraysInstancedANGLE(GLenum mode, 505 void DrawArraysInstancedANGLE(GLenum mode,
501 GLint first, 506 GLint first,
502 GLsizei count, 507 GLsizei count,
503 GLsizei primcount) override; 508 GLsizei primcount) override;
504 void DrawElementsInstancedANGLE(GLenum mode, 509 void DrawElementsInstancedANGLE(GLenum mode,
505 GLsizei count, 510 GLsizei count,
506 GLenum type, 511 GLenum type,
507 const void* indices, 512 const void* indices,
508 GLsizei primcount) override; 513 GLsizei primcount) override;
509 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; 514 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 const void* data) override; 548 const void* data) override;
544 void AsyncTexImage2DCHROMIUM(GLenum target, 549 void AsyncTexImage2DCHROMIUM(GLenum target,
545 GLint level, 550 GLint level,
546 GLenum internalformat, 551 GLenum internalformat,
547 GLsizei width, 552 GLsizei width,
548 GLsizei height, 553 GLsizei height,
549 GLint border, 554 GLint border,
550 GLenum format, 555 GLenum format,
551 GLenum type, 556 GLenum type,
552 const void* pixels) override; 557 const void* pixels) override;
558 void AsyncCompressedTexSubImage2DCHROMIUM(GLenum target,
559 GLint level,
560 GLint xoffset,
561 GLint yoffset,
562 GLsizei width,
563 GLsizei height,
564 GLenum format,
565 GLsizei imagesize,
566 const void* data) override;
567 void AsyncCompressedTexImage2DCHROMIUM(GLenum target,
568 GLint level,
569 GLint internalformat,
570 GLsizei width,
571 GLsizei height,
572 GLint border,
573 GLsizei imagesize,
574 const void* pixels) override;
553 void WaitAsyncTexImage2DCHROMIUM(GLenum target) override; 575 void WaitAsyncTexImage2DCHROMIUM(GLenum target) override;
554 void WaitAllAsyncTexImage2DCHROMIUM() override; 576 void WaitAllAsyncTexImage2DCHROMIUM() override;
555 void DiscardFramebufferEXT(GLenum target, 577 void DiscardFramebufferEXT(GLenum target,
556 GLsizei count, 578 GLsizei count,
557 const GLenum* attachments) override; 579 const GLenum* attachments) override;
558 void LoseContextCHROMIUM(GLenum current, GLenum other) override; 580 void LoseContextCHROMIUM(GLenum current, GLenum other) override;
559 GLuint InsertSyncPointCHROMIUM() override; 581 GLuint InsertSyncPointCHROMIUM() override;
560 void WaitSyncPointCHROMIUM(GLuint sync_point) override; 582 void WaitSyncPointCHROMIUM(GLuint sync_point) override;
561 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 583 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
562 void DiscardBackbufferCHROMIUM() override; 584 void DiscardBackbufferCHROMIUM() override;
563 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 585 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
564 GLenum plane_transform, 586 GLenum plane_transform,
565 GLuint overlay_texture_id, 587 GLuint overlay_texture_id,
566 GLint bounds_x, 588 GLint bounds_x,
567 GLint bounds_y, 589 GLint bounds_y,
568 GLint bounds_width, 590 GLint bounds_width,
569 GLint bounds_height, 591 GLint bounds_height,
570 GLfloat uv_x, 592 GLfloat uv_x,
571 GLfloat uv_y, 593 GLfloat uv_y,
572 GLfloat uv_width, 594 GLfloat uv_width,
573 GLfloat uv_height) override; 595 GLfloat uv_height) override;
574 void SwapInterval(GLint interval) override; 596 void SwapInterval(GLint interval) override;
575 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 597 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
576 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 598 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
577 void BlendBarrierKHR() override; 599 void BlendBarrierKHR() override;
578 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 600 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_interface_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698