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

Side by Side Diff: gpu/command_buffer/client/gles2_implementation_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: fix msvc signedness warning in an unittest Created 5 years, 1 month 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 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 void StencilThenCoverFillPathCHROMIUM(GLuint path, 1094 void StencilThenCoverFillPathCHROMIUM(GLuint path,
1095 GLenum fillMode, 1095 GLenum fillMode,
1096 GLuint mask, 1096 GLuint mask,
1097 GLenum coverMode) override; 1097 GLenum coverMode) override;
1098 1098
1099 void StencilThenCoverStrokePathCHROMIUM(GLuint path, 1099 void StencilThenCoverStrokePathCHROMIUM(GLuint path,
1100 GLint reference, 1100 GLint reference,
1101 GLuint mask, 1101 GLuint mask,
1102 GLenum coverMode) override; 1102 GLenum coverMode) override;
1103 1103
1104 void StencilFillPathInstancedCHROMIUM(GLsizei numPaths,
1105 GLenum pathNameType,
1106 const GLvoid* paths,
1107 GLuint pathBase,
1108 GLenum fillMode,
1109 GLuint mask,
1110 GLenum transformType,
1111 const GLfloat* transformValues) override;
1112
1113 void StencilStrokePathInstancedCHROMIUM(
1114 GLsizei numPaths,
1115 GLenum pathNameType,
1116 const GLvoid* paths,
1117 GLuint pathBase,
1118 GLint reference,
1119 GLuint mask,
1120 GLenum transformType,
1121 const GLfloat* transformValues) override;
1122
1123 void CoverFillPathInstancedCHROMIUM(GLsizei numPaths,
1124 GLenum pathNameType,
1125 const GLvoid* paths,
1126 GLuint pathBase,
1127 GLenum coverMode,
1128 GLenum transformType,
1129 const GLfloat* transformValues) override;
1130
1131 void CoverStrokePathInstancedCHROMIUM(GLsizei numPaths,
1132 GLenum pathNameType,
1133 const GLvoid* paths,
1134 GLuint pathBase,
1135 GLenum coverMode,
1136 GLenum transformType,
1137 const GLfloat* transformValues) override;
1138
1139 void StencilThenCoverFillPathInstancedCHROMIUM(
1140 GLsizei numPaths,
1141 GLenum pathNameType,
1142 const GLvoid* paths,
1143 GLuint pathBase,
1144 GLenum fillMode,
1145 GLuint mask,
1146 GLenum coverMode,
1147 GLenum transformType,
1148 const GLfloat* transformValues) override;
1149
1150 void StencilThenCoverStrokePathInstancedCHROMIUM(
1151 GLsizei numPaths,
1152 GLenum pathNameType,
1153 const GLvoid* paths,
1154 GLuint pathBase,
1155 GLint reference,
1156 GLuint mask,
1157 GLenum coverMode,
1158 GLenum transformType,
1159 const GLfloat* transformValues) override;
1160
1104 GLenum GetGraphicsResetStatusKHR() override; 1161 GLenum GetGraphicsResetStatusKHR() override;
1105 1162
1106 void BlendBarrierKHR() override; 1163 void BlendBarrierKHR() override;
1107 1164
1108 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 1165 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
1109 1166
1110 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1167 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/client/gles2_implementation_unittest_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698