Searched refs:fBitManipulationSupport (Results 1 – 5 of 5) sorted by relevance
90 bool bitManipulationSupport() const { return fBitManipulationSupport; } in bitManipulationSupport()290 bool fBitManipulationSupport : 1; variable
56 fBitManipulationSupport = false; in GrShaderCaps()141 writer->appendBool("Bit manipulation support", fBitManipulationSupport); in dumpJSON()
249 shaderCaps->fBitManipulationSupport = true; in initShaderCaps()
728 shaderCaps->fBitManipulationSupport = true; in initShaderCaps()
1014 shaderCaps->fBitManipulationSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()1016 shaderCaps->fBitManipulationSupport = ctxInfo.glslGeneration() >= k310es_GrGLSLGeneration; in initGLSL()