HomeSort by relevance Sort by last modified time
    Searched defs:GpuPlatformSupport (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/ozone/public/
gpu_platform_support.cc 14 // No-op implementation of GpuPlatformSupport.
15 class StubGpuPlatformSupport : public GpuPlatformSupport {
17 // GpuPlatformSupport:
24 GpuPlatformSupport::GpuPlatformSupport() {
27 GpuPlatformSupport::~GpuPlatformSupport() {
30 GpuPlatformSupport* CreateStubGpuPlatformSupport() {
gpu_platform_support.h 17 class OZONE_BASE_EXPORT GpuPlatformSupport : public IPC::Listener {
19 GpuPlatformSupport();
20 virtual ~GpuPlatformSupport();
27 OZONE_BASE_EXPORT GpuPlatformSupport* CreateStubGpuPlatformSupport();

Completed in 37 milliseconds