Searched refs:prePreparePrograms (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/tessellate/ |
D | GrPathStencilFillOp.cpp | 44 void GrPathStencilFillOp::prePreparePrograms(const GrPathShader::ProgramArgs& args, in prePreparePrograms() function in GrPathStencilFillOp 116 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, &dstProxyView, in onPrePrepare() 132 this->prePreparePrograms({flushState->allocator(), flushState->writeView(), in onPrepare()
|
D | GrPathInnerTriangulateOp.cpp | 59 void GrPathInnerTriangulateOp::prePreparePrograms(const GrPathShader::ProgramArgs& args, in prePreparePrograms() function in GrPathInnerTriangulateOp 220 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, &dstProxyView, in onPrePrepare() 236 this->prePreparePrograms({flushState->allocator(), flushState->writeView(), in onPrepare()
|
D | GrPathStencilFillOp.h | 45 void prePreparePrograms(const GrPathShader::ProgramArgs&, GrAppliedClip&& clip);
|
D | GrPathInnerTriangulateOp.h | 53 void prePreparePrograms(const GrPathShader::ProgramArgs&, GrAppliedClip&&);
|