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

/external/chromium_org/ui/gl/
H A Dio_surface_support_mac.h24 class GL_EXPORT IOSurfaceSupport { class
26 // Returns an instance of the IOSurfaceSupport class if the
29 static IOSurfaceSupport* Initialize();
67 IOSurfaceSupport();
68 virtual ~IOSurfaceSupport();
70 DISALLOW_COPY_AND_ASSIGN(IOSurfaceSupport);
H A Dio_surface_support_mac.cc29 class IOSurfaceSupportImpl : public IOSurfaceSupport {
294 IOSurfaceSupport* IOSurfaceSupport::Initialize() {
298 IOSurfaceSupport::IOSurfaceSupport() { function in class:IOSurfaceSupport
301 IOSurfaceSupport::~IOSurfaceSupport() {

Completed in 75 milliseconds