Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.cpp38 fIncompleteShortIntPrecision = false; in GrShaderCaps()
114 writer->appendBool("Incomplete short int precision", fIncompleteShortIntPrecision); in dumpJSON()
160 SkASSERT(!fIncompleteShortIntPrecision); in applyOptionsOverrides()
DGrShaderCaps.h132 bool incompleteShortIntPrecision() const { return fIncompleteShortIntPrecision; } in incompleteShortIntPrecision()
277 bool fIncompleteShortIntPrecision : 1; variable
/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/flutter/skia/src/sksl/
DSkSLUtil.h342 result->fIncompleteShortIntPrecision = true; in IncompleteShortIntPrecision()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp3409 shaderCaps->fIncompleteShortIntPrecision = true; in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3963 shaderCaps->fIncompleteShortIntPrecision = true; in applyDriverCorrectnessWorkarounds()