Searched defs:tessellationPatchVertexCount (Results 1 – 4 of 4) sorted by relevance
26 uint8_t tessellationPatchVertexCount, in GrProgramInfo()69 uint8_t tessellationPatchVertexCount() const { in tessellationPatchVertexCount() function
21 int tessellationPatchVertexCount, const SkMatrix& viewMatrix, in GrTessellationShader()34 int tessellationPatchVertexCount() const { return fTessellationPatchVertexCount; } in tessellationPatchVertexCount() function
129 int tessellationPatchVertexCount, const SkMatrix& viewMatrix, in GrPathTessellationShader()
324 int tessellationPatchVertexCount; in onExecute() local