OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGLContextObj
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/WebKit2/Shared/mac/
CoreAnimationRenderer.h
36
typedef struct _CGLContextObject*
CGLContextObj
;
48
static PassRefPtr<CoreAnimationRenderer> create(Client*,
CGLContextObj
, CALayer *);
57
CoreAnimationRenderer(Client*,
CGLContextObj
, CALayer *);
63
CGLContextObj
m_cglContext;
ShareableSurface.h
35
typedef struct _CGLContextObject*
CGLContextObj
;
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;
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
cglContextObj
, CALayer *layer)
44
return adoptRef(new CoreAnimationRenderer(client,
cglContextObj
, layer));
47
CoreAnimationRenderer::CoreAnimationRenderer(Client* client,
CGLContextObj
cglContextObj
, CALayer *layer)
49
, m_cglContext(
cglContextObj
)
ShareableSurface.cpp
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
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
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);
SDL_QuartzVideo.h
79
- (
CGLContextObj
) cglContext;
84
CGLContextObj
QZ_GetCGLContextObj(NSOpenGLContext *nsctx);
SDL_QuartzVideo.m
856
CGLContextObj
ctx;
[
all
...]
/external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.h
41
CGLContextObj
cglContext_; // weak, backed by |glContext_|.
render_widget_host_view_mac.h
273
CGLContextObj
context,
/external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm
63
-(
CGLContextObj
)copyCGLContextForPixelFormat:(CGLPixelFormatObj)pixelFormat
65
CGLContextObj
contextObj;
70
-(void)drawInCGLContext:(
CGLContextObj
)glContext pixelFormat:(CGLPixelFormatObj)pixelFormat forLayerTime:(CFTimeInterval)timeInterval displayTime:(const CVTimeStamp *)timeStamp
GraphicsContext3DMac.mm
250
CGLContextObj
currentContext = CGLGetCurrentContext();
/external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm
208
CGLContextObj
cgl_ctx;
/external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h
70
typedef
CGLContextObj
PlatformGraphicsContext3D;
[
all
...]
/external/webkit/Source/WebCore/bridge/
npapi.h
628
CGLContextObj
context;
Completed in 649 milliseconds