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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 GLsizei width, 503 GLsizei width,
504 GLsizei height, 504 GLsizei height,
505 GLuint ioSurfaceId, 505 GLuint ioSurfaceId,
506 GLuint plane) = 0; 506 GLuint plane) = 0;
507 virtual void CopyTextureCHROMIUM(GLenum target, 507 virtual void CopyTextureCHROMIUM(GLenum target,
508 GLenum source_id, 508 GLenum source_id,
509 GLenum dest_id, 509 GLenum dest_id,
510 GLint level, 510 GLint level,
511 GLint internalformat, 511 GLint internalformat,
512 GLenum dest_type) = 0; 512 GLenum dest_type) = 0;
513 virtual void CopyCompressedTextureCHROMIUM(GLenum target,
514 GLenum source_id,
515 GLenum dest_id,
516 GLenum internalformat,
517 GLenum dest_type) = 0;
513 virtual void DrawArraysInstancedANGLE(GLenum mode, 518 virtual void DrawArraysInstancedANGLE(GLenum mode,
514 GLint first, 519 GLint first,
515 GLsizei count, 520 GLsizei count,
516 GLsizei primcount) = 0; 521 GLsizei primcount) = 0;
517 virtual void DrawElementsInstancedANGLE(GLenum mode, 522 virtual void DrawElementsInstancedANGLE(GLenum mode,
518 GLsizei count, 523 GLsizei count,
519 GLenum type, 524 GLenum type,
520 const void* indices, 525 const void* indices,
521 GLsizei primcount) = 0; 526 GLsizei primcount) = 0;
522 virtual void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) = 0; 527 virtual void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) = 0;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 const void* data) = 0; 562 const void* data) = 0;
558 virtual void AsyncTexImage2DCHROMIUM(GLenum target, 563 virtual void AsyncTexImage2DCHROMIUM(GLenum target,
559 GLint level, 564 GLint level,
560 GLenum internalformat, 565 GLenum internalformat,
561 GLsizei width, 566 GLsizei width,
562 GLsizei height, 567 GLsizei height,
563 GLint border, 568 GLint border,
564 GLenum format, 569 GLenum format,
565 GLenum type, 570 GLenum type,
566 const void* pixels) = 0; 571 const void* pixels) = 0;
572 virtual void AsyncCompressedTexSubImage2DCHROMIUM(GLenum target,
573 GLint level,
574 GLint xoffset,
575 GLint yoffset,
576 GLsizei width,
577 GLsizei height,
578 GLenum format,
579 GLsizei imagesize,
580 const void* data) = 0;
581 virtual void AsyncCompressedTexImage2DCHROMIUM(GLenum target,
582 GLint level,
583 GLint internalformat,
584 GLsizei width,
585 GLsizei height,
586 GLint border,
587 GLsizei imagesize,
588 const void* pixels) = 0;
567 virtual void WaitAsyncTexImage2DCHROMIUM(GLenum target) = 0; 589 virtual void WaitAsyncTexImage2DCHROMIUM(GLenum target) = 0;
568 virtual void WaitAllAsyncTexImage2DCHROMIUM() = 0; 590 virtual void WaitAllAsyncTexImage2DCHROMIUM() = 0;
569 virtual void DiscardFramebufferEXT(GLenum target, 591 virtual void DiscardFramebufferEXT(GLenum target,
570 GLsizei count, 592 GLsizei count,
571 const GLenum* attachments) = 0; 593 const GLenum* attachments) = 0;
572 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) = 0; 594 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) = 0;
573 virtual GLuint InsertSyncPointCHROMIUM() = 0; 595 virtual GLuint InsertSyncPointCHROMIUM() = 0;
574 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) = 0; 596 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) = 0;
575 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) = 0; 597 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) = 0;
576 virtual void DiscardBackbufferCHROMIUM() = 0; 598 virtual void DiscardBackbufferCHROMIUM() = 0;
577 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 599 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
578 GLenum plane_transform, 600 GLenum plane_transform,
579 GLuint overlay_texture_id, 601 GLuint overlay_texture_id,
580 GLint bounds_x, 602 GLint bounds_x,
581 GLint bounds_y, 603 GLint bounds_y,
582 GLint bounds_width, 604 GLint bounds_width,
583 GLint bounds_height, 605 GLint bounds_height,
584 GLfloat uv_x, 606 GLfloat uv_x,
585 GLfloat uv_y, 607 GLfloat uv_y,
586 GLfloat uv_width, 608 GLfloat uv_width,
587 GLfloat uv_height) = 0; 609 GLfloat uv_height) = 0;
588 virtual void SwapInterval(GLint interval) = 0; 610 virtual void SwapInterval(GLint interval) = 0;
589 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; 611 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
590 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; 612 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
591 virtual void BlendBarrierKHR() = 0; 613 virtual void BlendBarrierKHR() = 0;
592 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 614 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698