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

/external/chromium_org/third_party/skia/tests/
H A Dskia_test.cpp104 static bool should_run(const char* testName, bool isGPUTest) { argument
108 if (!FLAGS_cpu && !isGPUTest) {
111 if (!FLAGS_gpu && isGPUTest) {
166 if (should_run(test->getName(), test->isGPUTest())) {
184 if (!should_run(test->getName(), test->isGPUTest())) {
186 } else if (test->isGPUTest()) {
H A DTest.h64 virtual bool isGPUTest() const { return false; } function in class:skiatest::Test
82 virtual bool isGPUTest() const { return true; } function in class:skiatest::GpuTest
/external/skia/tests/
H A Dskia_test.cpp121 static bool should_run(const char* testName, bool isGPUTest) { argument
125 if (!FLAGS_cpu && !isGPUTest) {
128 if (!FLAGS_gpu && isGPUTest) {
185 if (should_run(test->getName(), test->isGPUTest())) {
202 if (!should_run(test->getName(), test->isGPUTest())) {
204 } else if (test->isGPUTest()) {
H A DTest.h65 virtual bool isGPUTest() const { return false; } function in class:skiatest::Test
83 virtual bool isGPUTest() const { return true; } function in class:skiatest::GpuTest
/external/chromium_org/third_party/skia/dm/
H A DDM.cpp110 if (test->isGPUTest()) {
/external/skia/dm/
H A DDM.cpp156 if (test->isGPUTest()) {

Completed in 427 milliseconds