Searched refs:fMustDoOpBetweenFloorAndAbs (Results 1 – 4 of 4) sorted by relevance
32 fMustDoOpBetweenFloorAndAbs = false; in GrShaderCaps()115 writer->appendBool("Must do op between floor and abs", fMustDoOpBetweenFloorAndAbs); in dumpJSON()170 SkASSERT(!fMustDoOpBetweenFloorAndAbs); in applyOptionsOverrides()
145 bool mustDoOpBetweenFloorAndAbs() const { return fMustDoOpBetweenFloorAndAbs; } in mustDoOpBetweenFloorAndAbs()307 bool fMustDoOpBetweenFloorAndAbs : 1; variable
127 bool fMustDoOpBetweenFloorAndAbs = false; variable129 return fMustDoOpBetweenFloorAndAbs; in mustDoOpBetweenFloorAndAbs()
3916 shaderCaps->fMustDoOpBetweenFloorAndAbs = true; in applyDriverCorrectnessWorkarounds()