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

  /external/webkit/Source/WebKit2/Shared/mac/
CoreAnimationRenderer.h 36 typedef struct _CGLContextObject* CGLContextObj;
48 static PassRefPtr<CoreAnimationRenderer> create(Client*, CGLContextObj, CALayer *);
57 CoreAnimationRenderer(Client*, CGLContextObj, CALayer *);
63 CGLContextObj m_cglContext;
ShareableSurface.h 35 typedef struct _CGLContextObject* CGLContextObj;
64 static PassRefPtr<ShareableSurface> create(CGLContextObj, const WebCore::IntSize&);
67 static PassRefPtr<ShareableSurface> create(CGLContextObj, const Handle&);
79 ShareableSurface(CGLContextObj, const WebCore::IntSize&, IOSurfaceRef);
82 CGLContextObj m_cglContextObj;

Completed in 762 milliseconds