Searched refs:pathRange (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderCommandBuilder.cpp72 const GrPathRange* pathRange,
80 SkASSERT(pathRange);
101 if (pathRange == previous->pathRange() &&
120 DrawPaths* dp = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), DrawPaths, (state, pathRange));
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 DGrTargetCommands.h154 DrawPaths(State* state, const GrPathRange* pathRange) argument
157 , fPathRange(pathRange) {}
159 const GrPathRange* pathRange() const { return fPathRange.get(); } function in struct:GrTargetCommands::DrawPaths
H A DGrGpu.cpp317 const GrPathRange* pathRange,
325 pathRange->willDrawPaths(indices, indexType, count);
326 this->onDrawPaths(args, pathRange, indices, indexType, transformValues,
316 drawPaths(const DrawArgs& args, const GrPathRange* pathRange, const void* indices, GrDrawTarget::PathIndexType indexType, const float transformValues[], GrDrawTarget::PathTransformType transformType, int count, const GrStencilSettings& stencilSettings) argument
H A DGrInOrderDrawBuffer.cpp58 const GrPathRange* pathRange,
70 GrTargetCommands::Cmd* cmd = fCommands->recordDrawPaths(state, this, pathProc, pathRange,
57 onDrawPaths(const GrPathProcessor* pathProc, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count, const GrStencilSettings& stencilSettings, const PipelineInfo& pipelineInfo) argument
H A DGrTargetCommands.cpp87 gpu->drawPaths(args, this->pathRange(),
H A DGrDrawTarget.h91 * @param pathRange Source paths to draw from
101 const GrPathRange* pathRange,
H A DGrDrawTarget.cpp253 const GrPathRange* pathRange,
261 SkASSERT(pathRange);
291 this->onDrawPaths(pathProc, pathRange, indices, indexType, transformValues,
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 DGrGLPathRendering.cpp196 void GrGLPathRendering::drawPaths(const GrPathRange* pathRange, argument
202 GrGLuint baseID = static_cast<const GrGLPathRange*>(pathRange)->basePathID();
207 const SkStrokeRec& stroke = pathRange->getStroke();
H A DGrGLGpu.cpp1959 const GrPathRange* pathRange,
1969 fPathRendering->drawPaths(pathRange, indices, indexType, transformValues,
1958 onDrawPaths(const DrawArgs& args, const GrPathRange* pathRange, const void* indices, GrDrawTarget::PathIndexType indexType, const float transformValues[], GrDrawTarget::PathTransformType transformType, int count, const GrStencilSettings& stencil) argument

Completed in 427 milliseconds