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

  /external/chromium_org/third_party/skia/dm/
DMGpuSupport.h 18 static const bool kGPUDisabled = false;
47 static const bool kGPUDisabled = true;
DMGpuGMTask.cpp 48 return kGPUDisabled || SkToBool(fGM->getFlags() & skiagm::GM::kSkipGPU_Flag);
DMTestTask.cpp 58 return kGPUDisabled;
DMBenchTask.cpp 52 return kGPUDisabled || !fBench->isSuitableFor(Benchmark::kGPU_Backend);
  /external/skia/dm/
DMGpuSupport.h 18 static const bool kGPUDisabled = false;
47 static const bool kGPUDisabled = true;
DMGpuGMTask.cpp 48 return kGPUDisabled || SkToBool(fGM->getFlags() & skiagm::GM::kSkipGPU_Flag);
DMTestTask.cpp 58 return kGPUDisabled;
DMBenchTask.cpp 52 return kGPUDisabled || !fBench->isSuitableFor(Benchmark::kGPU_Backend);

Completed in 135 milliseconds