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

  /external/skia/tests/
skia_test.cpp 210 if (should_run(test.name, test.needsGpu)) {
227 if (!should_run(test.name, test.needsGpu)) {
229 } else if (test.needsGpu) {
Test.h 93 Test(const char* n, bool g, TestProc p) : name(n), needsGpu(g), proc(p) {}
95 bool needsGpu;
  /external/skia/dm/
DM.cpp     [all...]

Completed in 69 milliseconds