Home
last modified time | relevance | path

Searched refs:CGLContextObj (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/Shared/mac/
DShareableSurface.h35 typedef struct _CGLContextObject* CGLContextObj; typedef
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;
DCoreAnimationRenderer.h36 typedef struct _CGLContextObject* CGLContextObj; typedef
48 static PassRefPtr<CoreAnimationRenderer> create(Client*, CGLContextObj, CALayer *);
57 CoreAnimationRenderer(Client*, CGLContextObj, CALayer *);
63 CGLContextObj m_cglContext;
DShareableSurface.cpp43 CGLContextObj cgl_ctx = (name)
118 PassRefPtr<ShareableSurface> ShareableSurface::create(CGLContextObj cglContextObj, const IntSize& s… in create()
127 PassRefPtr<ShareableSurface> ShareableSurface::create(CGLContextObj cglContextObj, const Handle& ha… in create()
140 ShareableSurface::ShareableSurface(CGLContextObj cglContextObj, const IntSize& size, IOSurfaceRef i… in ShareableSurface()
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 cglCo…
47 CoreAnimationRenderer::CoreAnimationRenderer(Client* client, CGLContextObj cglContextObj, CALayer *…
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzGL.m46 - (CGLContextObj) cglContext;
51 CGLContextObj QZ_GetCGLContextObj(NSOpenGLContext *nsctx)
56 CGLContextObj QZ_GetCGLContextObj(NSOpenGLContext *nsctx)
58 return (CGLContextObj) [nsctx CGLContextObj];
179 CGLContextObj ctx = QZ_GetCGLContextObj(gl_context);
DSDL_QuartzVideo.h79 - (CGLContextObj) cglContext;
84 CGLContextObj QZ_GetCGLContextObj(NSOpenGLContext *nsctx);
DSDL_QuartzVideo.m856 CGLContextObj ctx;
/external/webkit/Source/WebCore/platform/graphics/mac/
DWebGLLayer.mm63 -(CGLContextObj)copyCGLContextForPixelFormat:(CGLPixelFormatObj)pixelFormat
65 CGLContextObj contextObj;
70 -(void)drawInCGLContext:(CGLContextObj)glContext pixelFormat:(CGLPixelFormatObj)pixelFormat forLaye…
DGraphicsContext3DMac.mm250 CGLContextObj currentContext = CGLGetCurrentContext();
/external/chromium/chrome/browser/renderer_host/
Daccelerated_plugin_view_mac.h41 CGLContextObj cglContext_; // weak, backed by |glContext_|.
Daccelerated_plugin_view_mac.mm81 cglContext_ = (CGLContextObj)[glContext_ CGLContextObj];
Drender_widget_host_view_mac.h273 CGLContextObj context,
Drender_widget_host_view_mac.mm878 CGLContextObj context,
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h70 typedef CGLContextObj PlatformGraphicsContext3D;
891 CGLContextObj m_contextObj;
/external/webkit/Source/WebCore/bridge/
Dnpapi.h628 CGLContextObj context;
/external/webkit/Tools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm208 CGLContextObj cgl_ctx;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06116573 As it turns out, I still have to have a separate CGLContextObj for