Searched refs:cglContextObj (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit2/Shared/mac/ |
D | ShareableSurface.cpp | 118 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()
|
D | CoreAnimationRenderer.mm | 42 …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)
|