Searched defs:tessellationPatchVertexCount (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrPathTessellationShader.h | 128 GrPathTessellationShader(ClassID classID, GrPrimitiveType primitiveType, int tessellationPatchVertexCount, const SkMatrix& viewMatrix, const SkPMColor4f& color, skgpu::PatchAttribs attribs) GrPathTessellationShader() argument
|
H A D | GrTessellationShader.h | 34 int tessellationPatchVertexCount() const { return fTessellationPatchVertexCount; } in tessellationPatchVertexCount() function in GrTessellationShader 20 GrTessellationShader(ClassID classID, GrPrimitiveType primitiveType, int tessellationPatchVertexCount, const SkMatrix& viewMatrix, const SkPMColor4f& color) GrTessellationShader() argument
|
/third_party/skia/src/gpu/ |
H A D | GrProgramInfo.h | 69 uint8_t tessellationPatchVertexCount() const { in tessellationPatchVertexCount() function in GrProgramInfo 19 GrProgramInfo(const GrCaps& caps, const GrSurfaceProxyView& targetView, bool usesMSAASurface, const GrPipeline* pipeline, const GrUserStencilSettings* userStencilSettings, const GrGeometryProcessor* geomProc, GrPrimitiveType primitiveType, uint8_t tessellationPatchVertexCount, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp) GrProgramInfo() argument
|
/third_party/skia/gm/ |
H A D | tessellation.cpp | 324 int tessellationPatchVertexCount; variable
|
Completed in 4 milliseconds