Searched refs:fIncompleteShortIntPrecision (Results 1 – 8 of 8) sorted by relevance
38 fIncompleteShortIntPrecision = false; in GrShaderCaps()114 writer->appendBool("Incomplete short int precision", fIncompleteShortIntPrecision); in dumpJSON()160 SkASSERT(!fIncompleteShortIntPrecision); in applyOptionsOverrides()
132 bool incompleteShortIntPrecision() const { return fIncompleteShortIntPrecision; } in incompleteShortIntPrecision()277 bool fIncompleteShortIntPrecision : 1; variable
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()
342 result->fIncompleteShortIntPrecision = true; in IncompleteShortIntPrecision()
3409 shaderCaps->fIncompleteShortIntPrecision = true; in applyDriverCorrectnessWorkarounds()
3963 shaderCaps->fIncompleteShortIntPrecision = true; in applyDriverCorrectnessWorkarounds()