Searched refs:pipelineInfo (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrInOrderDrawBuffer.cpp | 24 const PipelineInfo& pipelineInfo) { in onDrawBatch() argument 25 State* state = this->setupPipelineAndShouldDraw(batch, pipelineInfo); in onDrawBatch() 48 const PipelineInfo& pipelineInfo) { in onDrawPath() argument 49 State* state = this->setupPipelineAndShouldDraw(pathProc, pipelineInfo); in onDrawPath() 65 const PipelineInfo& pipelineInfo) { in onDrawPaths() argument 66 State* state = this->setupPipelineAndShouldDraw(pathProc, pipelineInfo); in onDrawPaths() 73 stencilSettings, pipelineInfo); in onDrawPaths() 146 const GrDrawTarget::PipelineInfo& pipelineInfo) { in setupPipelineAndShouldDraw() argument 148 this->setupPipeline(pipelineInfo, state->pipelineLocation()); in setupPipelineAndShouldDraw() 175 const GrDrawTarget::PipelineInfo& pipelineInfo) { in setupPipelineAndShouldDraw() argument [all …]
|
D | GrDrawTarget.cpp | 146 GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, batch, &bounds, in drawBatch() local 148 if (pipelineInfo.mustSkipDraw()) { in drawBatch() 152 this->onDrawBatch(batch, pipelineInfo); in drawBatch() 242 GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, pathProc, &devBounds, in drawPath() local 244 if (pipelineInfo.mustSkipDraw()) { in drawPath() 248 this->onDrawPath(pathProc, path, stencilSettings, pipelineInfo); in drawPath() 286 GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, pathProc, NULL, this); in drawPaths() local 287 if (pipelineInfo.mustSkipDraw()) { in drawPaths() 292 transformType, count, stencilSettings, pipelineInfo); in drawPaths() 492 void GrDrawTarget::setupPipeline(const PipelineInfo& pipelineInfo, in setupPipeline() argument [all …]
|
D | GrInOrderCommandBuilder.cpp | 79 const GrDrawTarget::PipelineInfo& pipelineInfo) { in recordDrawPaths() argument 106 !pipelineInfo.willBlendWithDst(pathProc) && in recordDrawPaths()
|
D | GrDrawTarget.h | 277 void setupPipeline(const PipelineInfo& pipelineInfo, GrPipeline* pipeline);
|