Home
last modified time | relevance | path

Searched refs:srcCTTestedThoroughly (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DReadWritePixelsGpuTest.cpp403 std::array<bool, kLastEnum_SkColorType + 1> srcCTTestedThoroughly = {}, in gpu_read_pixels_test_driver() local
430 if (SkColorTypeIsAlwaysOpaque(srcCT) && srcCTTestedThoroughly[srcCT] && in gpu_read_pixels_test_driver()
434 if (SkColorTypeIsAlphaOnly(srcCT) && srcCTTestedThoroughly[srcCT] && in gpu_read_pixels_test_driver()
461 srcCTTestedThoroughly[sct] && readCTTestedThoroughly[rct] in gpu_read_pixels_test_driver()
470 srcCTTestedThoroughly[sct] = true; in gpu_read_pixels_test_driver()

Completed in 3 milliseconds