HomeSort by relevance Sort by last modified time
    Searched refs:smallSampleCount (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ResourceCacheTest.cpp 159 int smallSampleCount = context->caps()->getRenderTargetSampleCount(2, kRGBA_8888_GrPixelConfig);
160 if (smallSampleCount > 1) {
163 smallSampleCount, SkBudgeted::kNo);
178 smallSampleCount,
189 if (bigSampleCount > 0 && bigSampleCount != smallSampleCount) {
    [all...]
  /external/skqp/tests/
ResourceCacheTest.cpp 159 int smallSampleCount = context->caps()->getSampleCount(2, kRGBA_8888_GrPixelConfig);
160 if (smallSampleCount > 1) {
163 smallSampleCount, SkBudgeted::kNo);
178 smallSampleCount,
188 if (bigSampleCount > 0 && bigSampleCount != smallSampleCount) {
    [all...]

Completed in 106 milliseconds