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

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

Issue 477623004: command_buffer: Support instanced path rendering in gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-03-path-funcs
Patch Set: rebase Created 5 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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 void GLES2InterfaceStub::StencilThenCoverFillPathCHROMIUM( 1067 void GLES2InterfaceStub::StencilThenCoverFillPathCHROMIUM(
1068 GLuint /* path */, 1068 GLuint /* path */,
1069 GLenum /* fillMode */, 1069 GLenum /* fillMode */,
1070 GLuint /* mask */, 1070 GLuint /* mask */,
1071 GLenum /* coverMode */) {} 1071 GLenum /* coverMode */) {}
1072 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM( 1072 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM(
1073 GLuint /* path */, 1073 GLuint /* path */,
1074 GLint /* reference */, 1074 GLint /* reference */,
1075 GLuint /* mask */, 1075 GLuint /* mask */,
1076 GLenum /* coverMode */) {} 1076 GLenum /* coverMode */) {}
1077 void GLES2InterfaceStub::StencilFillPathInstancedCHROMIUM(
1078 GLsizei /* numPaths */,
1079 GLenum /* pathNameType */,
1080 const GLvoid* /* paths */,
1081 GLuint /* pathBase */,
1082 GLenum /* fillMode */,
1083 GLuint /* mask */,
1084 GLenum /* transformType */,
1085 const GLfloat* /* transformValues */) {}
1086 void GLES2InterfaceStub::StencilStrokePathInstancedCHROMIUM(
1087 GLsizei /* numPaths */,
1088 GLenum /* pathNameType */,
1089 const GLvoid* /* paths */,
1090 GLuint /* pathBase */,
1091 GLint /* reference */,
1092 GLuint /* mask */,
1093 GLenum /* transformType */,
1094 const GLfloat* /* transformValues */) {}
1095 void GLES2InterfaceStub::CoverFillPathInstancedCHROMIUM(
1096 GLsizei /* numPaths */,
1097 GLenum /* pathNameType */,
1098 const GLvoid* /* paths */,
1099 GLuint /* pathBase */,
1100 GLenum /* coverMode */,
1101 GLenum /* transformType */,
1102 const GLfloat* /* transformValues */) {}
1103 void GLES2InterfaceStub::CoverStrokePathInstancedCHROMIUM(
1104 GLsizei /* numPaths */,
1105 GLenum /* pathNameType */,
1106 const GLvoid* /* paths */,
1107 GLuint /* pathBase */,
1108 GLenum /* coverMode */,
1109 GLenum /* transformType */,
1110 const GLfloat* /* transformValues */) {}
1111 void GLES2InterfaceStub::StencilThenCoverFillPathInstancedCHROMIUM(
1112 GLsizei /* numPaths */,
1113 GLenum /* pathNameType */,
1114 const GLvoid* /* paths */,
1115 GLuint /* pathBase */,
1116 GLenum /* fillMode */,
1117 GLuint /* mask */,
1118 GLenum /* coverMode */,
1119 GLenum /* transformType */,
1120 const GLfloat* /* transformValues */) {}
1121 void GLES2InterfaceStub::StencilThenCoverStrokePathInstancedCHROMIUM(
1122 GLsizei /* numPaths */,
1123 GLenum /* pathNameType */,
1124 const GLvoid* /* paths */,
1125 GLuint /* pathBase */,
1126 GLint /* reference */,
1127 GLuint /* mask */,
1128 GLenum /* coverMode */,
1129 GLenum /* transformType */,
1130 const GLfloat* /* transformValues */) {}
1077 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1131 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1078 return 0; 1132 return 0;
1079 } 1133 }
1080 void GLES2InterfaceStub::BlendBarrierKHR() {} 1134 void GLES2InterfaceStub::BlendBarrierKHR() {}
1081 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {} 1135 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {}
1082 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1136 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698