Searched refs:pathCommands (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 106 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/ |
D | NV_path_rendering_shared_edge.txt | 69 path command tokens in Table 5.pathCommands (but not the character
|
D | NV_path_rendering.txt | 204 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/ |
D | NV_path_rendering_shared_edge.txt | 69 path command tokens in Table 5.pathCommands (but not the character
|
D | NV_path_rendering.txt | 204 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/ |
D | Context_gles_ext_autogen.h | 229 void pathCommands(GLuint path, GLsizei numCommands, const GLubyte *commands, \
|
D | Context.cpp | 843 void Context::pathCommands(GLuint path, in pathCommands() function in gl::Context
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 2997 context->pathCommands(path, numCommands, commands, numCoords, coordType, coords); in PathCommandsCHROMIUM() 20362 context->pathCommands(path, numCommands, commands, numCoords, coordType, coords); in PathCommandsCHROMIUMContextANGLE()
|