Home
last modified time | relevance | path

Searched refs:fIncompleteShortIntPrecision (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrShaderCaps.cpp37 fIncompleteShortIntPrecision = false; in GrShaderCaps()
121 writer->appendBool("Incomplete short int precision", fIncompleteShortIntPrecision); in dumpJSON()
175 SkASSERT(!fIncompleteShortIntPrecision); in applyOptionsOverrides()
DGrShaderCaps.h152 bool incompleteShortIntPrecision() const { return fIncompleteShortIntPrecision; } in incompleteShortIntPrecision()
312 bool fIncompleteShortIntPrecision : 1; variable
/third_party/skia/src/sksl/
DSkSLUtil.h230 bool fIncompleteShortIntPrecision = false; variable
232 return fIncompleteShortIntPrecision; in incompleteShortIntPrecision()
353 result->fIncompleteShortIntPrecision = true; in IncompleteShortIntPrecision()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3993 shaderCaps->fIncompleteShortIntPrecision = true; in applyDriverCorrectnessWorkarounds()