Searched refs:fColorSampleCounts (Results 1 – 8 of 8) sorted by relevance
366 fColorSampleCounts.push(1); in initSampleCounts()373 fColorSampleCounts.push(2); in initSampleCounts()376 fColorSampleCounts.push(4); in initSampleCounts()379 fColorSampleCounts.push(8); in initSampleCounts()382 fColorSampleCounts.push(16); in initSampleCounts()385 fColorSampleCounts.push(32); in initSampleCounts()388 fColorSampleCounts.push(64); in initSampleCounts()410 if (withMSAA && fConfigTable[config].fColorSampleCounts.count() < 2) { in isConfigRenderable()412 SkASSERT(1 == fConfigTable[config].fColorSampleCounts.count()); in isConfigRenderable()413 SkASSERT(1 == fConfigTable[config].fColorSampleCounts[0]); in isConfigRenderable()[all …]
160 SkTDArray<int> fColorSampleCounts; member
370 fColorSampleCounts.push(1); in initSampleCounts()377 fColorSampleCounts.push(2); in initSampleCounts()380 fColorSampleCounts.push(4); in initSampleCounts()383 fColorSampleCounts.push(8); in initSampleCounts()386 fColorSampleCounts.push(16); in initSampleCounts()389 fColorSampleCounts.push(32); in initSampleCounts()392 fColorSampleCounts.push(64); in initSampleCounts()412 int count = fConfigTable[config].fColorSampleCounts.count(); in getRenderTargetSampleCount()419 SkASSERT(fConfigTable[config].fColorSampleCounts.count() && in getRenderTargetSampleCount()420 fConfigTable[config].fColorSampleCounts[0] == 1); in getRenderTargetSampleCount()[all …]
169 SkTDArray<int> fColorSampleCounts; member
1954 fConfigTable[i].fColorSampleCounts.setCount(count+1); in initConfigTable()1957 fConfigTable[i].fColorSampleCounts[0] = 1; in initConfigTable()1959 fConfigTable[i].fColorSampleCounts[j+1] = temp[count - j - 1]; in initConfigTable()1983 fConfigTable[i].fColorSampleCounts.append(count, kDefaultSamples); in initConfigTable()1987 fConfigTable[i].fColorSampleCounts.setCount(1); in initConfigTable()1988 fConfigTable[i].fColorSampleCounts[0] = 1; in initConfigTable()2468 int count = fConfigTable[config].fColorSampleCounts.count(); in getRenderTargetSampleCount()2474 return fConfigTable[config].fColorSampleCounts[0] == 1 ? 1 : 0; in getRenderTargetSampleCount()2478 if (fConfigTable[config].fColorSampleCounts[i] >= requestedCount) { in getRenderTargetSampleCount()2479 return fConfigTable[config].fColorSampleCounts[i]; in getRenderTargetSampleCount()[all …]
560 SkTDArray<int> fColorSampleCounts; member
1986 fConfigTable[i].fColorSampleCounts.setCount(count+1); in initConfigTable()1989 fConfigTable[i].fColorSampleCounts[0] = 1; in initConfigTable()1991 fConfigTable[i].fColorSampleCounts[j+1] = temp[count - j - 1]; in initConfigTable()2015 fConfigTable[i].fColorSampleCounts.append(count, kDefaultSamples); in initConfigTable()2019 fConfigTable[i].fColorSampleCounts.setCount(1); in initConfigTable()2020 fConfigTable[i].fColorSampleCounts[0] = 1; in initConfigTable()2481 int count = fConfigTable[config].fColorSampleCounts.count(); in getSampleCount()2487 return fConfigTable[config].fColorSampleCounts[0] == 1 ? 1 : 0; in getSampleCount()2491 if (fConfigTable[config].fColorSampleCounts[i] >= requestedCount) { in getSampleCount()2492 return fConfigTable[config].fColorSampleCounts[i]; in getSampleCount()