Searched defs:GpuPlatformSupport (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/ozone/public/
H A Dgpu_platform_support.cc14 // No-op implementation of GpuPlatformSupport.
15 class StubGpuPlatformSupport : public GpuPlatformSupport {
17 // GpuPlatformSupport:
24 GpuPlatformSupport::GpuPlatformSupport() { function in class:ui::GpuPlatformSupport
27 GpuPlatformSupport::~GpuPlatformSupport() {
30 GpuPlatformSupport* CreateStubGpuPlatformSupport() {
H A Dgpu_platform_support.h17 class OZONE_BASE_EXPORT GpuPlatformSupport : public IPC::Listener { class in namespace:ui
19 GpuPlatformSupport();
20 virtual ~GpuPlatformSupport();
27 OZONE_BASE_EXPORT GpuPlatformSupport* CreateStubGpuPlatformSupport();

Completed in 75 milliseconds