Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader.h128 GrPathTessellationShader(ClassID classID, GrPrimitiveType primitiveType, int tessellationPatchVertexCount, const SkMatrix& viewMatrix, const SkPMColor4f& color, skgpu::PatchAttribs attribs) GrPathTessellationShader() argument
H A DGrTessellationShader.h34 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 DGrProgramInfo.h69 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 Dtessellation.cpp324 int tessellationPatchVertexCount; variable

Completed in 4 milliseconds