Home | History | Annotate | Download | only in mac

Lines Matching refs:CGLContextObj

38 // The CGLMacro.h header adds an implicit CGLContextObj parameter to all OpenGL calls,
43 CGLContextObj cgl_ctx = (name)
118 PassRefPtr<ShareableSurface> ShareableSurface::create(CGLContextObj cglContextObj, const IntSize& size)
124 return adoptRef(new ShareableSurface(cglContextObj, size, ioSurface.get()));
127 PassRefPtr<ShareableSurface> ShareableSurface::create(CGLContextObj cglContextObj, const Handle& handle)
137 return adoptRef(new ShareableSurface(cglContextObj, size, ioSurface.get()));
140 ShareableSurface::ShareableSurface(CGLContextObj cglContextObj, const IntSize& size, IOSurfaceRef ioSurface)
141 : m_cglContextObj(CGLRetainContext(cglContextObj))