Home
last modified time | relevance | path

Searched refs:kSupported (Results 1 - 12 of 12) sorted by relevance

/third_party/benchmark/test/
H A Dperf_counters_gtest.cc27 EXPECT_EQ(PerfCounters::Initialize(), PerfCounters::kSupported); in TEST() member in __anon1061::PerfCounters
31 if (!PerfCounters::kSupported) { in TEST()
39 if (!PerfCounters::kSupported) { in TEST()
85 if (!PerfCounters::kSupported) { in TEST()
101 if (!PerfCounters::kSupported) { in TEST()
121 if (!PerfCounters::kSupported) { in TEST()
140 if (!PerfCounters::kSupported) { in TEST()
236 if (!PerfCounters::kSupported) { in TEST()
274 if (!PerfCounters::kSupported) { in TEST()
H A Dperf_counters_test.cc82 if (!benchmark::internal::PerfCounters::kSupported) { in main()
/third_party/benchmark/src/
H A Dperf_counters.cc58 const bool PerfCounters::kSupported = true; member in benchmark::internal::PerfCounters
248 const bool PerfCounters::kSupported = false; member in benchmark::internal::PerfCounters
H A Dperf_counters.h91 static const bool kSupported; member in benchmark::internal::final
/third_party/skia/src/gpu/mock/
H A DGrMockCaps.h126 return SurfaceReadPixelsSupport::kSupported;
/third_party/skia/src/gpu/dawn/
H A DGrDawnCaps.cpp90 return surface->asTexture() ? SurfaceReadPixelsSupport::kSupported in surfaceSupportsReadPixels()
/third_party/skia/tests/
H A DTransferPixelsTest.cpp140 if (GrCaps::SurfaceReadPixelsSupport::kSupported != in basic_transfer_to_test()
324 if (GrCaps::SurfaceReadPixelsSupport::kSupported != in basic_transfer_from_test()
H A DSurfaceTest.cpp735 return caps->surfaceSupportsReadPixels(rt) == GrCaps::SurfaceReadPixelsSupport::kSupported; in supports_readpixels()
/third_party/skia/src/gpu/
H A DGrCaps.h263 kSupported, member in GrCaps::SurfaceReadPixelsSupport
/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp921 return SurfaceReadPixelsSupport::kSupported; in surfaceSupportsReadPixels()
926 return SurfaceReadPixelsSupport::kSupported; in surfaceSupportsReadPixels()
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp1608 return SurfaceReadPixelsSupport::kSupported; in surfaceSupportsReadPixels()
1613 return SurfaceReadPixelsSupport::kSupported; in surfaceSupportsReadPixels()
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp4426 return SurfaceReadPixelsSupport::kSupported; in surfaceSupportsReadPixels()

Completed in 19 milliseconds