Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrShaderCaps.cpp37 fInBlendModesFailRandomlyForAllZeroVec = false; in GrShaderCaps()
118 fInBlendModesFailRandomlyForAllZeroVec); in dumpJSON()
165 SkASSERT(!fInBlendModesFailRandomlyForAllZeroVec); in applyOptionsOverrides()
DGrShaderCaps.h158 return fInBlendModesFailRandomlyForAllZeroVec; in inBlendModesFailRandomlyForAllZeroVec()
290 bool fInBlendModesFailRandomlyForAllZeroVec : 1; variable
/external/skia/src/gpu/gl/
DGrGLCaps.cpp3620 shaderCaps->fInBlendModesFailRandomlyForAllZeroVec = true; in applyDriverCorrectnessWorkarounds()