Searched refs:pathProc (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrInOrderDrawBuffer.cpp | 35 const GrPathProcessor* pathProc, in onStencilPath() argument 40 pathProc, path, scissorState, in onStencilPath() 45 void GrInOrderDrawBuffer::onDrawPath(const GrPathProcessor* pathProc, in onDrawPath() argument 49 State* state = this->setupPipelineAndShouldDraw(pathProc, pipelineInfo); in onDrawPath() 53 GrTargetCommands::Cmd* cmd = fCommands->recordDrawPath(state, pathProc, path, stencilSettings); in onDrawPath() 57 void GrInOrderDrawBuffer::onDrawPaths(const GrPathProcessor* pathProc, in onDrawPaths() argument 66 State* state = this->setupPipelineAndShouldDraw(pathProc, pipelineInfo); in onDrawPaths() 70 GrTargetCommands::Cmd* cmd = fCommands->recordDrawPaths(state, this, pathProc, pathRange, in onDrawPaths()
|
D | GrInOrderCommandBuilder.cpp | 44 const GrPathProcessor* pathProc, in recordStencilPath() argument 53 sp->fViewMatrix = pathProc->viewMatrix(); in recordStencilPath() 60 const GrPathProcessor* pathProc, in recordDrawPath() argument 71 const GrPathProcessor* pathProc, in recordDrawPaths() argument 106 !pipelineInfo.willBlendWithDst(pathProc) && in recordDrawPaths()
|
D | GrDrawTarget.cpp | 191 const GrPathProcessor* pathProc, in stencilPath() argument 213 this->onStencilPath(*pipelineBuilder, pathProc, path, scissorState, stencilSettings); in stencilPath() 217 const GrPathProcessor* pathProc, in drawPath() argument 226 pathProc->viewMatrix().mapRect(&devBounds); in drawPath() 242 GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, pathProc, &devBounds, in drawPath() 248 this->onDrawPath(pathProc, path, stencilSettings, pipelineInfo); in drawPath() 252 const GrPathProcessor* pathProc, in drawPaths() argument 286 GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, pathProc, NULL, this); in drawPaths() 291 this->onDrawPaths(pathProc, pathRange, indices, indexType, transformValues, in drawPaths()
|
/external/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 188 GrGLPathProcessor* pathProc = in didSetData() local 190 pathProc->didSetData(fGpu->glPathRendering()); in didSetData() 197 GrGLPathProcessor* pathProc = in setTransformData() local 199 pathProc->setTransformData(primProc, index, proc.processor()->coordTransforms(), in setTransformData() 209 const GrPathProcessor& pathProc = primProc.cast<GrPathProcessor>(); in onSetRenderTargetState() local 210 fGpu->glPathRendering()->setProjectionMatrix(pathProc.viewMatrix(), in onSetRenderTargetState()
|
D | GrGLPathProcessor.cpp | 111 const GrPathProcessor& pathProc = primProc.cast<GrPathProcessor>(); in setTransformData() local 116 const SkMatrix& transform = GetTransformMatrix(pathProc.localMatrix(), in setTransformData()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 37 GrGLPathProcessor* pathProc = in createProgram() local 39 pathProc->resolveSeparableVaryings(fGpu, programID); in createProgram()
|