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

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: rebas Created 5 years, 3 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 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 void GLES2InterfaceStub::StencilThenCoverFillPathCHROMIUM( 1068 void GLES2InterfaceStub::StencilThenCoverFillPathCHROMIUM(
1069 GLuint /* path */, 1069 GLuint /* path */,
1070 GLenum /* fillMode */, 1070 GLenum /* fillMode */,
1071 GLuint /* mask */, 1071 GLuint /* mask */,
1072 GLenum /* coverMode */) {} 1072 GLenum /* coverMode */) {}
1073 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM( 1073 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM(
1074 GLuint /* path */, 1074 GLuint /* path */,
1075 GLint /* reference */, 1075 GLint /* reference */,
1076 GLuint /* mask */, 1076 GLuint /* mask */,
1077 GLenum /* coverMode */) {} 1077 GLenum /* coverMode */) {}
1078 void GLES2InterfaceStub::StencilFillPathInstancedCHROMIUM(
1079 GLsizei /* numPaths */,
1080 GLenum /* pathNameType */,
1081 const GLvoid* /* paths */,
1082 GLuint /* pathBase */,
1083 GLenum /* fillMode */,
1084 GLuint /* mask */,
1085 GLenum /* transformType */,
1086 const GLfloat* /* transformValues */) {}
1087 void GLES2InterfaceStub::StencilStrokePathInstancedCHROMIUM(
1088 GLsizei /* numPaths */,
1089 GLenum /* pathNameType */,
1090 const GLvoid* /* paths */,
1091 GLuint /* pathBase */,
1092 GLint /* reference */,
1093 GLuint /* mask */,
1094 GLenum /* transformType */,
1095 const GLfloat* /* transformValues */) {}
1096 void GLES2InterfaceStub::CoverFillPathInstancedCHROMIUM(
1097 GLsizei /* numPaths */,
1098 GLenum /* pathNameType */,
1099 const GLvoid* /* paths */,
1100 GLuint /* pathBase */,
1101 GLenum /* coverMode */,
1102 GLenum /* transformType */,
1103 const GLfloat* /* transformValues */) {}
1104 void GLES2InterfaceStub::CoverStrokePathInstancedCHROMIUM(
1105 GLsizei /* numPaths */,
1106 GLenum /* pathNameType */,
1107 const GLvoid* /* paths */,
1108 GLuint /* pathBase */,
1109 GLenum /* coverMode */,
1110 GLenum /* transformType */,
1111 const GLfloat* /* transformValues */) {}
1112 void GLES2InterfaceStub::StencilThenCoverFillPathInstancedCHROMIUM(
1113 GLsizei /* numPaths */,
1114 GLenum /* pathNameType */,
1115 const GLvoid* /* paths */,
1116 GLuint /* pathBase */,
1117 GLenum /* fillMode */,
1118 GLuint /* mask */,
1119 GLenum /* coverMode */,
1120 GLenum /* transformType */,
1121 const GLfloat* /* transformValues */) {}
1122 void GLES2InterfaceStub::StencilThenCoverStrokePathInstancedCHROMIUM(
1123 GLsizei /* numPaths */,
1124 GLenum /* pathNameType */,
1125 const GLvoid* /* paths */,
1126 GLuint /* pathBase */,
1127 GLint /* reference */,
1128 GLuint /* mask */,
1129 GLenum /* coverMode */,
1130 GLenum /* transformType */,
1131 const GLfloat* /* transformValues */) {}
1078 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1132 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1079 return 0; 1133 return 0;
1080 } 1134 }
1081 void GLES2InterfaceStub::BlendBarrierKHR() {} 1135 void GLES2InterfaceStub::BlendBarrierKHR() {}
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