Searched refs:isRadial2PosRoot (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/gpu/
H A DGrSamplerState.h208 bool isRadial2PosRoot() const { return SkToBool(fRadial2PosRoot); } function in class:GrSamplerState
/external/skia/src/gpu/gl/
H A DGrGpuGLShaders.cpp531 fProgramData->fRadial2PosRoot[s] != sampler.isRadial2PosRoot())) {
549 sampler.isRadial2PosRoot() ? 1.f : -1.f
554 fProgramData->fRadial2PosRoot[s] = sampler.isRadial2PosRoot();

Completed in 59 milliseconds