Home
last modified time | relevance | path

Searched refs:noperspectiveInterpolationSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLCaps.h59 bool noperspectiveInterpolationSupport() const { return fNoPerspectiveInterpolationSupport; } in noperspectiveInterpolationSupport() function
117 SkASSERT(this->noperspectiveInterpolationSupport()); in noperspectiveInterpolationExtensionString()
DGrGLSLVarying.cpp95 if (!caps.noperspectiveInterpolationSupport()) { in setNoPerspective()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp299 if (glslCaps->noperspectiveInterpolationSupport()) { in createPLSSetupProgram()
323 if (glslCaps->noperspectiveInterpolationSupport()) { in createPLSSetupProgram()
3397 if (glslCaps->noperspectiveInterpolationSupport()) { in createCopyPrograms()
3423 if (glslCaps->noperspectiveInterpolationSupport()) { in createCopyPrograms()