Searched refs:pathCommands (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLPath.cpp106 SkSTArray<16, GrGLubyte, true> pathCommands(verbCnt);
113 pathCommands.push_back(verb_to_gl_path_cmd(verb));
184 SkASSERT(verbCnt == pathCommands.count());
188 PathCommands(pathID, pathCommands.count(), pathCommands.begin(),
227 SkSTArray<16, GrGLubyte, true> pathCommands(verbCnt);
232 pathCommands.resize_back(verbCnt);
235 skPath.getVerbs(&pathCommands[0], verbCnt);
239 SkPath::Verb v = static_cast<SkPath::Verb>(pathCommands[i]);
240 pathCommands[
[all...]
H A DGrGLTestInterface.cpp182 fFunctions.fPathCommands = bind_to_member(this, &GrGLTestInterface::pathCommands);
H A DGrGLTestInterface.h187 virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords) {} function in class:GrGLTestInterface
/external/skqp/src/gpu/gl/
H A DGrGLPath.cpp106 SkSTArray<16, GrGLubyte, true> pathCommands(verbCnt);
113 pathCommands.push_back(verb_to_gl_path_cmd(verb));
184 SkASSERT(verbCnt == pathCommands.count());
188 PathCommands(pathID, pathCommands.count(), pathCommands.begin(),
227 SkSTArray<16, GrGLubyte, true> pathCommands(verbCnt);
232 pathCommands.resize_back(verbCnt);
235 skPath.getVerbs(&pathCommands[0], verbCnt);
239 SkPath::Verb v = static_cast<SkPath::Verb>(pathCommands[i]);
240 pathCommands[
[all...]
H A DGrGLTestInterface.cpp182 fFunctions.fPathCommands = bind_to_member(this, &GrGLTestInterface::pathCommands);
H A DGrGLTestInterface.h187 virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords) {} function in class:GrGLTestInterface

Completed in 450 milliseconds