Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShaderCaps.cpp40 fIncompleteShortIntPrecision = false; in GrShaderCaps()
111 writer->appendBool("Incomplete short int precision", fIncompleteShortIntPrecision); in dumpJSON()
149 SkASSERT(!fIncompleteShortIntPrecision); in applyOptionsOverrides()
DGrShaderCaps.h128 bool incompleteShortIntPrecision() const { return fIncompleteShortIntPrecision; } in incompleteShortIntPrecision()
274 bool fIncompleteShortIntPrecision : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.cpp39 fIncompleteShortIntPrecision = false; in GrShaderCaps()
122 writer->appendBool("Incomplete short int precision", fIncompleteShortIntPrecision); in dumpJSON()
172 SkASSERT(!fIncompleteShortIntPrecision); in applyOptionsOverrides()
DGrShaderCaps.h129 bool incompleteShortIntPrecision() const { return fIncompleteShortIntPrecision; } in incompleteShortIntPrecision()
314 bool fIncompleteShortIntPrecision : 1; variable
/external/skia/src/sksl/
DSkSLUtil.h245 bool fIncompleteShortIntPrecision = false; variable
247 return fIncompleteShortIntPrecision; in incompleteShortIntPrecision()
399 result->fIncompleteShortIntPrecision = true; in IncompleteShortIntPrecision()
/external/skqp/src/sksl/
DSkSLUtil.h348 result->fIncompleteShortIntPrecision = true; in IncompleteShortIntPrecision()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2684 shaderCaps->fIncompleteShortIntPrecision = true; in applyDriverCorrectnessWorkarounds()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp3823 shaderCaps->fIncompleteShortIntPrecision = true; in applyDriverCorrectnessWorkarounds()