Searched refs:IsGpuAvailable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/perf/frame_rate/
H A Dframe_rate_tests.cc57 bool IsGpuAvailable() const { function in class:__anon7074::FrameRateTest
154 if (HasFlag(kUseGpu) && !IsGpuAvailable()) {
162 ASSERT_TRUE(!HasFlag(kUseGpu) || IsGpuAvailable());
/external/chromium_org/chrome/test/perf/rendering/
H A Dthroughput_tests.cc75 bool IsGpuAvailable() const { function in class:__anon7081::ThroughputTest
316 if (use_gpu_ && !IsGpuAvailable()) {
547 if (IsGpuAvailable() &&
554 if (IsGpuAvailable() &&
562 if (IsGpuAvailable() &&
585 if (IsGpuAvailable() &&

Completed in 93 milliseconds