Searched refs:coordAndGrad (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCQuadraticShader.cpp | 81 void GrCCQuadraticShader::calcHullCoverage(SkString* code, const char* coordAndGrad, in calcHullCoverage() argument 83 code->appendf("float x = %s.x, y = %s.y;", coordAndGrad, coordAndGrad); in calcHullCoverage() 84 code->appendf("float2 grad = %s.zw;", coordAndGrad); in calcHullCoverage()
|
D | GrCCQuadraticShader.h | 35 void calcHullCoverage(SkString* code, const char* coordAndGrad, const char* d,
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCQuadraticShader.cpp | 81 void GrCCQuadraticShader::calcHullCoverage(SkString* code, const char* coordAndGrad, in calcHullCoverage() argument 83 code->appendf("float x = %s.x, y = %s.y;", coordAndGrad, coordAndGrad); in calcHullCoverage() 84 code->appendf("float2 grad = %s.zw;", coordAndGrad); in calcHullCoverage()
|
D | GrCCQuadraticShader.h | 35 void calcHullCoverage(SkString* code, const char* coordAndGrad, const char* d,
|