Searched refs:CGLContextObj (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/Shared/mac/
H A DCoreAnimationRenderer.h36 typedef struct _CGLContextObject* CGLContextObj; typedef in typeref:struct:_CGLContextObject
48 static PassRefPtr<CoreAnimationRenderer> create(Client*, CGLContextObj, CALayer *);
57 CoreAnimationRenderer(Client*, CGLContextObj, CALayer *);
63 CGLContextObj m_cglContext;
H A DShareableSurface.h35 typedef struct _CGLContextObject* CGLContextObj; typedef in typeref:struct:_CGLContextObject
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;
H A DCoreAnimationRenderer.mm33 // The CGLMacro.h header adds an implicit CGLContextObj parameter to all OpenGL calls,
38 CGLContextObj cgl_ctx = (name)
42 PassRefPtr<CoreAnimationRenderer> CoreAnimationRenderer::create(Client* client, CGLContextObj cglContextObj, CALayer *layer)
47 CoreAnimationRenderer::CoreAnimationRenderer(Client* client, CGLContextObj cglContextObj, CALayer *layer)
H A DShareableSurface.cpp38 // 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)
127 PassRefPtr<ShareableSurface> ShareableSurface::create(CGLContextObj cglContextObj, const Handle& handle)
140 ShareableSurface::ShareableSurface(CGLContextObj cglContextObj, const IntSize& size, IOSurfaceRef ioSurface)
/external/chromium/chrome/browser/renderer_host/
H A Daccelerated_plugin_view_mac.h41 CGLContextObj cglContext_; // weak, backed by |glContext_|.
H A Drender_widget_host_view_mac.h273 CGLContextObj context,
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebGLLayer.mm63 -(CGLContextObj)copyCGLContextForPixelFormat:(CGLPixelFormatObj)pixelFormat
65 CGLContextObj contextObj;
70 -(void)drawInCGLContext:(CGLContextObj)glContext pixelFormat:(CGLPixelFormatObj)pixelFormat forLayerTime:(CFTimeInterval)timeInterval displayTime:(const CVTimeStamp *)timeStamp
H A DGraphicsContext3DMac.mm250 CGLContextObj currentContext = CGLGetCurrentContext();
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzGL.m46 - (CGLContextObj) cglContext;
168 CGLContextObj ctx = [ gl_context cglContext ];
H A DSDL_QuartzVideo.h76 - (CGLContextObj) cglContext;
H A DSDL_QuartzVideo.m578 CGLContextObj ctx;
/external/webkit/Tools/DumpRenderTree/mac/
H A DPixelDumpSupportMac.mm208 CGLContextObj cgl_ctx;
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h70 typedef CGLContextObj PlatformGraphicsContext3D;
891 CGLContextObj m_contextObj;
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h628 CGLContextObj context;

Completed in 299 milliseconds