Home
last modified time | relevance | path

Searched refs:testMipmaps (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DTextureSizeTest.cpp39 void run_test(skiatest::Reporter* reporter, bool testMipmaps, in run_test() argument
43 if (!testMipmaps && mm == skgpu::Mipmapped::kYes) { in run_test()
83 bool testMipmaps = dContext->priv().caps()->mipmapSupport(); in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() local
85 run_test(reporter, testMipmaps, in DEF_GANESH_TEST_FOR_ALL_CONTEXTS()
/external/OpenCL-CTS/test_conformance/images/
Dcommon.cpp64 bool testMipmaps /*=false*/) in filter_formats() argument
73 if (testMipmaps && (formatList[j].image_channel_order == CL_DEPTH)) in filter_formats()
Dcommon.h47 bool testMipmaps = false);