Searched refs:fMaxColorSampleCount (Results 1 – 4 of 4) sorted by relevance
67 fMaxColorSampleCount = 0; in GrCaps()152 r.appendf("Max Color Sample Count : %d\n", fMaxColorSampleCount); in dump()
46 fMaxColorSampleCount = 4; // minimum required by spec in GrVkCaps()152 fMaxColorSampleCount = get_max_sample_count(colorSamples); in initSampleCount()154 fMaxColorSampleCount = 0; in initSampleCount()
232 int fMaxColorSampleCount; variable
1123 fMaxColorSampleCount = fMaxStencilSampleCount; in initFSAASupport()2141 if (kDefaultSamples[count-i] <= fMaxColorSampleCount) { in initConfigTable()