Searched refs:fUsesMixedSamples (Results 1 – 4 of 4) sorted by relevance
61 bool usesMixedSamples() const { return fUsesMixedSamples; } in usesMixedSamples()343 bool fUsesMixedSamples : 1; variable
31 fUsesMixedSamples = false; in GrCaps()193 writer->appendBool("Uses Mixed Samples", fUsesMixedSamples); in dumpJSON()
414 if (fUsesMixedSamples || in init()936 fUsesMixedSamples = ctxInfo.hasExtension("GL_NV_framebuffer_mixed_samples") || in initFSAASupport()950 if (fUsesMixedSamples) { in initFSAASupport()966 if (fUsesMixedSamples) { in initFSAASupport()991 if (fUsesMixedSamples && ctxInfo.hasExtension("GL_EXT_raster_multisample")) { in initFSAASupport()2748 fUsesMixedSamples && in applyDriverCorrectnessWorkarounds()
262 fUsesMixedSamples = false;