Home
last modified time | relevance | path

Searched refs:fNoPerspectiveInterpolationSupport (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h71 bool noperspectiveInterpolationSupport() const { return fNoPerspectiveInterpolationSupport; } in noperspectiveInterpolationSupport()
252 bool fNoPerspectiveInterpolationSupport : 1; variable
DGrShaderCaps.cpp48 fNoPerspectiveInterpolationSupport = false; in GrShaderCaps()
125 writer->appendBool("No perspective interpolation support", fNoPerspectiveInterpolationSupport); in dumpJSON()
/third_party/skia/src/gpu/
DGrShaderCaps.h72 bool noperspectiveInterpolationSupport() const { return fNoPerspectiveInterpolationSupport; } in noperspectiveInterpolationSupport()
284 bool fNoPerspectiveInterpolationSupport : 1; variable
DGrShaderCaps.cpp50 fNoPerspectiveInterpolationSupport = false; in GrShaderCaps()
135 writer->appendBool("No perspective interpolation support", fNoPerspectiveInterpolationSupport); in dumpJSON()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp848 shaderCaps->fNoPerspectiveInterpolationSupport = in initGLSL()
853 shaderCaps->fNoPerspectiveInterpolationSupport = true; in initGLSL()
3543 shaderCaps->fNoPerspectiveInterpolationSupport = false; in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp923 shaderCaps->fNoPerspectiveInterpolationSupport = in initGLSL()
928 shaderCaps->fNoPerspectiveInterpolationSupport = true; in initGLSL()
4139 shaderCaps->fNoPerspectiveInterpolationSupport = false; in applyDriverCorrectnessWorkarounds()