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

/external/skia/tests/
H A DTest.h46 Test(const char* n, bool g, TestProc p) : name(n), needsGpu(g), proc(p) {}
48 bool needsGpu; member in struct:skiatest::Test
H A Dskia_test.cpp178 if (should_run(test.name, test.needsGpu)) {
195 if (!should_run(test.name, test.needsGpu)) {
197 } else if (test.needsGpu) {
/external/skia/dm/
H A DDM.cpp628 if (test.needsGpu && gpu_supported()) {
630 } else if (!test.needsGpu && FLAGS_cpu) {

Completed in 89 milliseconds