Home
last modified time | relevance | path

Searched refs:fCoverHullsProgram (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DPathInnerTriangulateOp.cpp219 SkASSERT(!fCoverHullsProgram); in prePreparePrograms()
372 fCoverHullsProgram = GrTessellationShader::MakeProgram( in prePreparePrograms()
396 if (fCoverHullsProgram) { in onPrePrepare()
397 context->priv().recordProgramInfo(fCoverHullsProgram); in onPrePrepare()
472 if (fCoverHullsProgram && in onExecute()
473 fCoverHullsProgram->geomProc().hasVertexAttributes() && in onExecute()
498 if (fCoverHullsProgram) { in onExecute()
500 flushState->bindPipelineAndScissorClip(*fCoverHullsProgram, this->bounds()); in onExecute()
501 flushState->bindTextures(fCoverHullsProgram->geomProc(), nullptr, *fPipelineForFills); in onExecute()
H A DPathInnerTriangulateOp.h95 const GrProgramInfo* fCoverHullsProgram = nullptr; member in skgpu::v1::final

Completed in 2 milliseconds