Searched refs:fIncompleteShortIntPrecision (Results 1 – 4 of 4) sorted by relevance
37 fIncompleteShortIntPrecision = false; in GrShaderCaps()121 writer->appendBool("Incomplete short int precision", fIncompleteShortIntPrecision); in dumpJSON()175 SkASSERT(!fIncompleteShortIntPrecision); in applyOptionsOverrides()
152 bool incompleteShortIntPrecision() const { return fIncompleteShortIntPrecision; } in incompleteShortIntPrecision()312 bool fIncompleteShortIntPrecision : 1; variable
230 bool fIncompleteShortIntPrecision = false; variable232 return fIncompleteShortIntPrecision; in incompleteShortIntPrecision()353 result->fIncompleteShortIntPrecision = true; in IncompleteShortIntPrecision()
3993 shaderCaps->fIncompleteShortIntPrecision = true; in applyDriverCorrectnessWorkarounds()