Searched defs:GrPathProcessor (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrPathProcessor.cpp8 #include "GrPathProcessor.h"
13 GrPathProcessor::GrPathProcessor(GrColor color, function in class:GrPathProcessor
20 this->initClassID<GrPathProcessor>();
23 void GrPathProcessor::getInvariantOutputColor(GrInitInvariantOutput* out) const {
27 void GrPathProcessor::getInvariantOutputCoverage(GrInitInvariantOutput* out) const {
31 void GrPathProcessor::initBatchTracker(GrBatchTracker* bt, const GrPipelineInfo& init) const {
46 bool GrPathProcessor::canMakeEqual(const GrBatchTracker& m,
53 const GrPathProcessor& other = that.cast<GrPathProcessor>();
[all...]
H A DGrPathProcessor.h24 class GrPathProcessor : public GrPrimitiveProcessor { class in inherits:GrPrimitiveProcessor
26 static GrPathProcessor* Create(GrColor color,
29 return SkNEW_ARGS(GrPathProcessor, (color, viewMatrix, localMatrix));
58 GrPathProcessor(GrColor color, const SkMatrix& viewMatrix, const SkMatrix& localMatrix);
84 const GrPathProcessor& left = l.cast<GrPathProcessor>();
85 const GrPathProcessor& right = r.cast<GrPathProcessor>();
/external/skia/src/gpu/gl/
H A DGrGLPathProcessor.cpp10 #include "GrPathProcessor.h"
14 GrGLPathProcessor::GrGLPathProcessor(const GrPathProcessor&, const GrBatchTracker&) argument
42 void GrGLPathProcessor::GenKey(const GrPathProcessor&, argument
111 const GrPathProcessor& pathProc = primProc.cast<GrPathProcessor>();

Completed in 106 milliseconds