Searched refs:prePreparePrograms (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | PathStencilCoverOp.cpp | 132 void PathStencilCoverOp::prePreparePrograms(const GrTessellationShader::ProgramArgs& args, in prePreparePrograms() function in skgpu::v1::PathStencilCoverOp 209 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, usesMSAASurface, in onPrePrepare() 228 this->prePreparePrograms({flushState->allocator(), flushState->writeView(), in onPrepare()
|
H A D | PathInnerTriangulateOp.cpp | 211 void PathInnerTriangulateOp::prePreparePrograms(const GrTessellationShader::ProgramArgs& args, in prePreparePrograms() function in skgpu::v1::PathInnerTriangulateOp 386 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, usesMSAASurface, in onPrePrepare() 407 this->prePreparePrograms({flushState->allocator(), flushState->writeView(), in onPrepare()
|
H A D | PathInnerTriangulateOp.h | 62 void prePreparePrograms(const GrTessellationShader::ProgramArgs&, GrAppliedClip&&);
|
H A D | PathStencilCoverOp.h | 82 void prePreparePrograms(const GrTessellationShader::ProgramArgs&, GrAppliedClip&& clip); 98 // Decided during prePreparePrograms.
|
Completed in 3 milliseconds