Home
last modified time | relevance | path

Searched defs:tessellationPatchVertexCount (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrProgramInfo.h26 uint8_t tessellationPatchVertexCount, in GrProgramInfo()
69 uint8_t tessellationPatchVertexCount() const { in tessellationPatchVertexCount() function
/third_party/skia/src/gpu/tessellate/shaders/
DGrTessellationShader.h21 int tessellationPatchVertexCount, const SkMatrix& viewMatrix, in GrTessellationShader()
34 int tessellationPatchVertexCount() const { return fTessellationPatchVertexCount; } in tessellationPatchVertexCount() function
DGrPathTessellationShader.h129 int tessellationPatchVertexCount, const SkMatrix& viewMatrix, in GrPathTessellationShader()
/third_party/skia/gm/
Dtessellation.cpp324 int tessellationPatchVertexCount; in onExecute() local