Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrShaderCaps.h96 bool hasLowFragmentPrecision() const { return fHasLowFragmentPrecision; } in hasLowFragmentPrecision()
293 bool fHasLowFragmentPrecision : 1; variable
DGrShaderCaps.cpp59 fHasLowFragmentPrecision = false; in GrShaderCaps()
144 writer->appendBool("Has poor fragment precision", fHasLowFragmentPrecision); in dumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1021 shaderCaps->fHasLowFragmentPrecision = ctxInfo.renderer() == GrGLRenderer::kMali4xx; in initGLSL()