Home
last modified time | relevance | path

Searched refs:fCoord_fGrad (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCCQuadraticShader.cpp44 fCoord_fGrad.reset(kFloat4_GrSLType, scope); in onEmitVaryings()
45 varyingHandler->addVarying("coord_and_grad", &fCoord_fGrad); in onEmitVaryings()
47 OutName(fCoord_fGrad), fQCoordMatrix.c_str(), position, fQCoord0.c_str()); in onEmitVaryings()
49 OutName(fCoord_fGrad), OutName(fCoord_fGrad), fQCoordMatrix.c_str()); in onEmitVaryings()
61 this->calcHullCoverage(code, OutName(fCoord_fGrad), "edge", "hull_coverage"); in onEmitVaryings()
69 this->calcHullCoverage(&AccessCodeString(f), fCoord_fGrad.fsIn(), in onEmitFragmentCode()
DGrCCQuadraticShader.h41 GrGLSLVarying fCoord_fGrad; variable
/external/skqp/src/gpu/ccpr/
DGrCCQuadraticShader.cpp44 fCoord_fGrad.reset(kFloat4_GrSLType, scope); in onEmitVaryings()
45 varyingHandler->addVarying("coord_and_grad", &fCoord_fGrad); in onEmitVaryings()
47 OutName(fCoord_fGrad), fQCoordMatrix.c_str(), position, fQCoord0.c_str()); in onEmitVaryings()
49 OutName(fCoord_fGrad), OutName(fCoord_fGrad), fQCoordMatrix.c_str()); in onEmitVaryings()
61 this->calcHullCoverage(code, OutName(fCoord_fGrad), "edge", "hull_coverage"); in onEmitVaryings()
69 this->calcHullCoverage(&AccessCodeString(f), fCoord_fGrad.fsIn(), in onEmitFragmentCode()
DGrCCQuadraticShader.h41 GrGLSLVarying fCoord_fGrad; variable