Home
last modified time | relevance | path

Searched refs:pathCommands (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.cpp106 SkSTArray<16, GrGLubyte, true> pathCommands(verbCnt); in init_path_object_for_general_path() local
113 pathCommands.push_back(verb_to_gl_path_cmd(verb)); in init_path_object_for_general_path()
184 SkASSERT(verbCnt == pathCommands.count()); in init_path_object_for_general_path()
188 PathCommands(pathID, pathCommands.count(), pathCommands.begin(), in init_path_object_for_general_path()
227 SkSTArray<16, GrGLubyte, true> pathCommands(verbCnt); in InitPathObjectPathData() local
232 pathCommands.resize_back(verbCnt); in InitPathObjectPathData()
235 skPath.getVerbs(&pathCommands[0], verbCnt); in InitPathObjectPathData()
239 SkPath::Verb v = static_cast<SkPath::Verb>(pathCommands[i]); in InitPathObjectPathData()
240 pathCommands[i] = verb_to_gl_path_cmd(v); in InitPathObjectPathData()
243 SkASSERT(verbCnt == pathCommands.count()); in InitPathObjectPathData()
[all …]
/third_party/openGLES/extensions/NV/
DNV_path_rendering_shared_edge.txt69 path command tokens in Table 5.pathCommands (but not the character
DNV_path_rendering.txt204 static const GLubyte pathCommands[10] =
212 glPathCommandsNV(pathObj, 10, pathCommands, 24, GL_SHORT, pathCoords);
1312 Valid path commands are listed in table 5.pathCommands. Each path
1331 Table 5.pathCommands: Path Commands
2204 or character in Table 5.pathCommands. The command sequence matches
2207 Table 5.pathCommands, starting with the first (zero) element of
2211 5.pathCommands, the INVALID_ENUM error is generated.
2402 path commands in Table 5.pathCommands; each such path command, with
2406 token's coordinate count listed in Table 5.pathCommands. The
2702 commands in Table 5.pathCommands; each such path command, with its
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_path_rendering_shared_edge.txt69 path command tokens in Table 5.pathCommands (but not the character
DNV_path_rendering.txt204 static const GLubyte pathCommands[10] =
212 glPathCommandsNV(pathObj, 10, pathCommands, 24, GL_SHORT, pathCoords);
1312 Valid path commands are listed in table 5.pathCommands. Each path
1331 Table 5.pathCommands: Path Commands
2204 or character in Table 5.pathCommands. The command sequence matches
2207 Table 5.pathCommands, starting with the first (zero) element of
2211 5.pathCommands, the INVALID_ENUM error is generated.
2402 path commands in Table 5.pathCommands; each such path command, with
2406 token's coordinate count listed in Table 5.pathCommands. The
2702 commands in Table 5.pathCommands; each such path command, with its
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_ext_autogen.h229 void pathCommands(GLuint path, GLsizei numCommands, const GLubyte *commands, \
DContext.cpp843 void Context::pathCommands(GLuint path, in pathCommands() function in gl::Context
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp2997 context->pathCommands(path, numCommands, commands, numCoords, coordType, coords); in PathCommandsCHROMIUM()
20362 context->pathCommands(path, numCommands, commands, numCoords, coordType, coords); in PathCommandsCHROMIUMContextANGLE()