Searched defs:pathProc (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderCommandBuilder.cpp44 const GrPathProcessor* pathProc,
53 sp->fViewMatrix = pathProc->viewMatrix();
60 const GrPathProcessor* pathProc,
71 const GrPathProcessor* pathProc,
106 !pipelineInfo.willBlendWithDst(pathProc) &&
43 recordStencilPath(const GrPipelineBuilder& pipelineBuilder, const GrPathProcessor* pathProc, const GrPath* path, const GrScissorState& scissorState, const GrStencilSettings& stencilSettings) argument
59 recordDrawPath(State* state, const GrPathProcessor* pathProc, const GrPath* path, const GrStencilSettings& stencilSettings) argument
69 recordDrawPaths(State* state, GrInOrderDrawBuffer* iodb, const GrPathProcessor* pathProc, const GrPathRange* pathRange, const void* indexValues, GrDrawTarget::PathIndexType indexType, const float transformValues[], GrDrawTarget::PathTransformType transformType, int count, const GrStencilSettings& stencilSettings, const GrDrawTarget::PipelineInfo& pipelineInfo) argument
H A DGrInOrderDrawBuffer.cpp35 const GrPathProcessor* pathProc,
40 pathProc, path, scissorState,
45 void GrInOrderDrawBuffer::onDrawPath(const GrPathProcessor* pathProc, argument
49 State* state = this->setupPipelineAndShouldDraw(pathProc, pipelineInfo);
53 GrTargetCommands::Cmd* cmd = fCommands->recordDrawPath(state, pathProc, path, stencilSettings);
57 void GrInOrderDrawBuffer::onDrawPaths(const GrPathProcessor* pathProc, argument
66 State* state = this->setupPipelineAndShouldDraw(pathProc, pipelineInfo);
70 GrTargetCommands::Cmd* cmd = fCommands->recordDrawPaths(state, this, pathProc, pathRange,
34 onStencilPath(const GrPipelineBuilder& pipelineBuilder, const GrPathProcessor* pathProc, const GrPath* path, const GrScissorState& scissorState, const GrStencilSettings& stencilSettings) argument
H A DGrDrawTarget.cpp191 const GrPathProcessor* pathProc,
213 this->onStencilPath(*pipelineBuilder, pathProc, path, scissorState, stencilSettings);
217 const GrPathProcessor* pathProc,
226 pathProc->viewMatrix().mapRect(&devBounds);
242 GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, pathProc, &devBounds,
248 this->onDrawPath(pathProc, path, stencilSettings, pipelineInfo);
252 const GrPathProcessor* pathProc,
286 GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, pathProc, NULL, this);
291 this->onDrawPaths(pathProc, pathRange, indices, indexType, transformValues,
190 stencilPath(GrPipelineBuilder* pipelineBuilder, const GrPathProcessor* pathProc, const GrPath* path, GrPathRendering::FillType fill) argument
216 drawPath(GrPipelineBuilder* pipelineBuilder, const GrPathProcessor* pathProc, const GrPath* path, GrPathRendering::FillType fill) argument
251 drawPaths(GrPipelineBuilder* pipelineBuilder, const GrPathProcessor* pathProc, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count, GrPathRendering::FillType fill) argument
/external/skia/src/gpu/gl/
H A DGrGLPathProcessor.cpp111 const GrPathProcessor& pathProc = primProc.cast<GrPathProcessor>(); local
116 const SkMatrix& transform = GetTransformMatrix(pathProc.localMatrix(),
H A DGrGLProgram.cpp188 GrGLPathProcessor* pathProc = local
190 pathProc->didSetData(fGpu->glPathRendering());
197 GrGLPathProcessor* pathProc = local
199 pathProc->setTransformData(primProc, index, proc.processor()->coordTransforms(),
209 const GrPathProcessor& pathProc = primProc.cast<GrPathProcessor>(); local
210 fGpu->glPathRendering()->setProjectionMatrix(pathProc.viewMatrix(),
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp37 GrGLPathProcessor* pathProc = variable
39 pathProc->resolveSeparableVaryings(fGpu, programID);

Completed in 803 milliseconds