Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrShaderCaps.h71 bool noperspectiveInterpolationSupport() const { return fNoPerspectiveInterpolationSupport; } in noperspectiveInterpolationSupport() function
183 SkASSERT(this->noperspectiveInterpolationSupport()); in noperspectiveInterpolationExtensionString()
/external/skqp/include/gpu/
DGrShaderCaps.h73 bool noperspectiveInterpolationSupport() const { return fNoPerspectiveInterpolationSupport; } in noperspectiveInterpolationSupport() function
191 SkASSERT(this->noperspectiveInterpolationSupport()); in noperspectiveInterpolationExtensionString()
/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp94 if (!caps.noperspectiveInterpolationSupport()) { in setNoPerspective()
/external/skia/src/sksl/
DSkSLUtil.h94 bool noperspectiveInterpolationSupport() const { in noperspectiveInterpolationSupport() function
DSkSLIRGenerator.cpp131 CAP(noperspectiveInterpolationSupport); in fill_caps()
/external/skqp/src/gpu/glsl/
DGrGLSLVarying.cpp86 if (!caps.noperspectiveInterpolationSupport()) { in setNoPerspective()
/external/skqp/src/sksl/
DSkSLUtil.h98 bool noperspectiveInterpolationSupport() const { in noperspectiveInterpolationSupport() function
DSkSLIRGenerator.cpp132 CAP(noperspectiveInterpolationSupport); in fill_caps()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3531 if (shaderCaps->noperspectiveInterpolationSupport()) { in createCopyProgram()
3557 if (shaderCaps->noperspectiveInterpolationSupport()) { in createCopyProgram()
3647 if (shaderCaps->noperspectiveInterpolationSupport()) { in createMipmapProgram()
3700 if (shaderCaps->noperspectiveInterpolationSupport()) { in createMipmapProgram()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3552 if (shaderCaps->noperspectiveInterpolationSupport()) { in createCopyProgram()
3578 if (shaderCaps->noperspectiveInterpolationSupport()) { in createCopyProgram()
3668 if (shaderCaps->noperspectiveInterpolationSupport()) { in createMipmapProgram()
3721 if (shaderCaps->noperspectiveInterpolationSupport()) { in createMipmapProgram()