Searched refs:CGLContextObj (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Source/WebKit2/Shared/mac/ |
D | ShareableSurface.h | 35 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;
|
D | CoreAnimationRenderer.h | 36 typedef struct _CGLContextObject* CGLContextObj; typedef 48 static PassRefPtr<CoreAnimationRenderer> create(Client*, CGLContextObj, CALayer *); 57 CoreAnimationRenderer(Client*, CGLContextObj, CALayer *); 63 CGLContextObj m_cglContext;
|
D | ShareableSurface.cpp | 43 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()
|
D | CoreAnimationRenderer.mm | 33 // 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/ |
D | SDL_QuartzGL.m | 46 - (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);
|
D | SDL_QuartzVideo.h | 79 - (CGLContextObj) cglContext; 84 CGLContextObj QZ_GetCGLContextObj(NSOpenGLContext *nsctx);
|
D | SDL_QuartzVideo.m | 856 CGLContextObj ctx;
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | WebGLLayer.mm | 63 -(CGLContextObj)copyCGLContextForPixelFormat:(CGLPixelFormatObj)pixelFormat 65 CGLContextObj contextObj; 70 -(void)drawInCGLContext:(CGLContextObj)glContext pixelFormat:(CGLPixelFormatObj)pixelFormat forLaye…
|
D | GraphicsContext3DMac.mm | 250 CGLContextObj currentContext = CGLGetCurrentContext();
|
/external/chromium/chrome/browser/renderer_host/ |
D | accelerated_plugin_view_mac.h | 41 CGLContextObj cglContext_; // weak, backed by |glContext_|.
|
D | accelerated_plugin_view_mac.mm | 81 cglContext_ = (CGLContextObj)[glContext_ CGLContextObj];
|
D | render_widget_host_view_mac.h | 273 CGLContextObj context,
|
D | render_widget_host_view_mac.mm | 878 CGLContextObj context,
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 70 typedef CGLContextObj PlatformGraphicsContext3D; 891 CGLContextObj m_contextObj;
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 628 CGLContextObj context;
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | PixelDumpSupportMac.mm | 208 CGLContextObj cgl_ctx;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 116573 As it turns out, I still have to have a separate CGLContextObj for
|