Searched refs:fSampleMaskSupport (Results 1 – 6 of 6) sorted by relevance
73 bool sampleMaskSupport() const { return fSampleMaskSupport; } in sampleMaskSupport()267 bool fSampleMaskSupport : 1; variable
51 fSampleMaskSupport = false; in GrShaderCaps()133 writer->appendBool("Sample mask support", fSampleMaskSupport); in dumpJSON()
37 fShaderCaps->fSampleMaskSupport = true; in GrMockCaps()
248 result->fSampleMaskSupport = true; in SampleMaskSupport()
869 shaderCaps->fSampleMaskSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()872 shaderCaps->fSampleMaskSupport = true; in initGLSL()874 shaderCaps->fSampleMaskSupport = true; in initGLSL()
599 shaderCaps->fSampleMaskSupport = true; in initShaderCaps()