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

Side by Side Diff: gpu/command_buffer/cmd_buffer_functions.txt

Issue 169403005: command_buffer: Implement path rendering functions for CHROMIUM_path_rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nv-pr-02-texgen
Patch Set: improve parameter validation and write up the extension .txt file Created 6 years, 8 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 read by build_gles2_cmd_buffer.py to generate commands. 5 // This file is read by build_gles2_cmd_buffer.py to generate commands.
6 6
7 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture); 7 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
8 GL_APICALL void GL_APIENTRY glAttachShader (GLidProgram program, GLidSha der shader); 8 GL_APICALL void GL_APIENTRY glAttachShader (GLidProgram program, GLidSha der shader);
9 GL_APICALL void GL_APIENTRY glBindAttribLocation (GLidProgram program, G Luint index, const char* name); 9 GL_APICALL void GL_APIENTRY glBindAttribLocation (GLidProgram program, G Luint index, const char* name);
10 GL_APICALL void GL_APIENTRY glBindBuffer (GLenumBufferTarget target, GLi dBindBuffer buffer); 10 GL_APICALL void GL_APIENTRY glBindBuffer (GLenumBufferTarget target, GLi dBindBuffer buffer);
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 GL_APICALL void GL_APIENTRY glLoseContextCHROMIUM (GLenum current, GLenu m other); 218 GL_APICALL void GL_APIENTRY glLoseContextCHROMIUM (GLenum current, GLenu m other);
219 GL_APICALL GLuint GL_APIENTRY glInsertSyncPointCHROMIUM (void); 219 GL_APICALL GLuint GL_APIENTRY glInsertSyncPointCHROMIUM (void);
220 GL_APICALL void GL_APIENTRY glWaitSyncPointCHROMIUM (GLuint sync_point); 220 GL_APICALL void GL_APIENTRY glWaitSyncPointCHROMIUM (GLuint sync_point);
221 GL_APICALL void GL_APIENTRY glDrawBuffersEXT (GLsizei count, const GLenu m* bufs); 221 GL_APICALL void GL_APIENTRY glDrawBuffersEXT (GLsizei count, const GLenu m* bufs);
222 GL_APICALL void GL_APIENTRY glDiscardBackbufferCHROMIUM (void); 222 GL_APICALL void GL_APIENTRY glDiscardBackbufferCHROMIUM (void);
223 GL_APICALL void GL_APIENTRY glScheduleOverlayPlaneCHROMIUM (GLint plane_ z_order, GLenum plane_transform, GLuint overlay_texture_id, GLint bounds_x, GLin t bounds_y, GLint bounds_width, GLint bounds_height, GLfloat uv_x, GLfloat uv_y, GLfloat uv_width, GLfloat uv_height); 223 GL_APICALL void GL_APIENTRY glScheduleOverlayPlaneCHROMIUM (GLint plane_ z_order, GLenum plane_transform, GLuint overlay_texture_id, GLint bounds_x, GLin t bounds_y, GLint bounds_width, GLint bounds_height, GLfloat uv_x, GLfloat uv_y, GLfloat uv_width, GLfloat uv_height);
224 224
225 // Extension CHROMIUM_path_rendering. 225 // Extension CHROMIUM_path_rendering.
226 GL_APICALL void GL_APIENTRY glMatrixLoadfCHROMIUM (GLenumMatrixMode matr ixMode, const GLfloat* m); 226 GL_APICALL void GL_APIENTRY glMatrixLoadfCHROMIUM (GLenumMatrixMode matr ixMode, const GLfloat* m);
227 GL_APICALL void GL_APIENTRY glMatrixLoadIdentityCHROMIUM (GLenumMatrixMo de matrixMode); 227 GL_APICALL void GL_APIENTRY glMatrixLoadIdentityCHROMIUM (GLenumMatrixMo de matrixMode);
228 GL_APICALL GLuint GL_APIENTRY glGenPathsCHROMIUM (GLsizei range);
229 GL_APICALL void GL_APIENTRY glDeletePathsCHROMIUM (GLidPath path, GLsize i range);
230 GL_APICALL void GL_APIENTRY glPathCommandsCHROMIUM (GLidPath path, GLsiz ei numCommands, const GLubyte* commands, GLsizei numCoords, GLenumPathCoordType coordType, const void* coords);
231 GL_APICALL void GL_APIENTRY glPathParameterfCHROMIUM (GLidPath path, GLe numPathParameter pname, GLfloat value);
232 GL_APICALL void GL_APIENTRY glPathParameteriCHROMIUM (GLidPath path, GLe numPathParameter pname, GLint value);
233 GL_APICALL void GL_APIENTRY glPathStencilFuncCHROMIUM (GLenumCmpFunction func, GLint ref, GLuint mask);
234 GL_APICALL void GL_APIENTRY glStencilFillPathCHROMIUM (GLidPath path, GL enumPathFillMode fillMode, GLuint mask);
235 GL_APICALL void GL_APIENTRY glStencilFillPathInstancedCHROMIUM (GLsizei numPaths, GLenumPathNameType pathNameType, const void* paths, GLuint pathBase, G LenumPathFillMode fillMode, GLuint mask, GLenumPathTransformType transformType, const GLfloat* transformValues);
236 GL_APICALL void GL_APIENTRY glStencilStrokePathCHROMIUM (GLidPath path, GLint reference, GLuint mask);
237 GL_APICALL void GL_APIENTRY glStencilStrokePathInstancedCHROMIUM (GLsize i numPaths, GLenumPathNameType pathNameType, const void* paths, GLuint pathBase, GLint ref, GLuint mask, GLenumPathTransformType transformType, const GLfloat* t ransformValues);
238 GL_APICALL void GL_APIENTRY glPathTexGenCHROMIUM (GLenum texCoordSet, GL enumPathGenMode genMode, GLint components, const GLfloat* coeffs);
239 GL_APICALL void GL_APIENTRY glCoverFillPathCHROMIUM (GLidPath path, GLen umPathCoverMode coverMode);
240 GL_APICALL void GL_APIENTRY glCoverFillPathInstancedCHROMIUM (GLsizei nu mPaths, GLenumPathNameType pathNameType, const void* paths, GLuint pathBase, GLe numPathCoverModeInstanced coverMode, GLenumPathTransformType transformType, cons t GLfloat* transformValues);
241 GL_APICALL void GL_APIENTRY glCoverStrokePathCHROMIUM (GLidPath path, GL enumPathCoverMode coverMode);
242 GL_APICALL void GL_APIENTRY glCoverStrokePathInstancedCHROMIUM (GLsizei numPaths, GLenumPathNameType pathNameType, const void* paths, GLuint pathBase, G LenumPathCoverModeInstanced coverMode, GLenumPathTransformType transformType, co nst GLfloat* transformValues);
228 243
244
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698