Home
last modified time | relevance | path

Searched refs:cglContextObj (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Shared/mac/
DShareableSurface.cpp118 PassRefPtr<ShareableSurface> ShareableSurface::create(CGLContextObj cglContextObj, const IntSize& s… in create() argument
124 return adoptRef(new ShareableSurface(cglContextObj, size, ioSurface.get())); in create()
127 PassRefPtr<ShareableSurface> ShareableSurface::create(CGLContextObj cglContextObj, const Handle& ha… in create() argument
137 return adoptRef(new ShareableSurface(cglContextObj, size, ioSurface.get())); in create()
140 ShareableSurface::ShareableSurface(CGLContextObj cglContextObj, const IntSize& size, IOSurfaceRef i… in ShareableSurface() argument
141 : m_cglContextObj(CGLRetainContext(cglContextObj)) in ShareableSurface()
DCoreAnimationRenderer.mm42 …Renderer> CoreAnimationRenderer::create(Client* client, CGLContextObj cglContextObj, CALayer *laye…
44 return adoptRef(new CoreAnimationRenderer(client, cglContextObj, layer));
47 CoreAnimationRenderer::CoreAnimationRenderer(Client* client, CGLContextObj cglContextObj, CALayer *…
49 , m_cglContext(cglContextObj)