Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrShaderCaps.cpp52 writer->appendBool("Incomplete short int precision", fIncompleteShortIntPrecision); in dumpJSON()
105 SkASSERT(!fIncompleteShortIntPrecision); in applyOptionsOverrides()
/external/skia/src/sksl/
DSkSLUtil.h128 bool incompleteShortIntPrecision() const { return fIncompleteShortIntPrecision; } in incompleteShortIntPrecision()
223 bool fIncompleteShortIntPrecision = false; member
308 result->fIncompleteShortIntPrecision = true; in IncompleteShortIntPrecision()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp4061 shaderCaps->fIncompleteShortIntPrecision = true; in applyDriverCorrectnessWorkarounds()