HomeSort by relevance Sort by last modified time
    Searched defs:numInputPoints (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/ccpr/
GrCCCoverageProcessor_GSImpl.cpp 51 int numInputPoints = proc.numInputPoints();
52 SkASSERT(3 == numInputPoints || 4 == numInputPoints);
54 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3;
63 SkASSERT(3 == numInputPoints);
301 g->codeAppendf("corneridx *= %i;", proc.numInputPoints() - 1);
306 wind.c_str(), proc.numInputPoints() - 1, proc.numInputPoints());
308 wind.c_str(), proc.numInputPoints() - 1, proc.numInputPoints())
    [all...]
GrCCCoverageProcessor.h 217 int numInputPoints() const { return PrimitiveType::kCubics == fPrimitiveType ? 4 : 3; }
GrCCCoverageProcessor_VSImpl.cpp 257 int numInputPoints = proc.numInputPoints();
259 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3;
268 SkASSERT(3 == numInputPoints);
501 if (4 == this->numInputPoints() || this->hasInputWeight()) {
  /external/skqp/src/gpu/ccpr/
GrCCCoverageProcessor_GSImpl.cpp 51 int numInputPoints = proc.numInputPoints();
52 SkASSERT(3 == numInputPoints || 4 == numInputPoints);
54 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3;
63 SkASSERT(3 == numInputPoints);
301 g->codeAppendf("corneridx *= %i;", proc.numInputPoints() - 1);
306 wind.c_str(), proc.numInputPoints() - 1, proc.numInputPoints());
308 wind.c_str(), proc.numInputPoints() - 1, proc.numInputPoints())
    [all...]
GrCCCoverageProcessor.h 217 int numInputPoints() const { return PrimitiveType::kCubics == fPrimitiveType ? 4 : 3; }
GrCCCoverageProcessor_VSImpl.cpp 257 int numInputPoints = proc.numInputPoints();
259 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3;
268 SkASSERT(3 == numInputPoints);
500 if (4 == this->numInputPoints() || this->hasInputWeight()) {

Completed in 736 milliseconds