Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
Dapple_cgl.h50 CGLError(*clear_drawable) (CGLContextObj ctx);
51 CGLError(*flush_drawable) (CGLContextObj ctx);
53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share,
54 CGLContextObj * ctx);
55 CGLError(*destroy_context) (CGLContextObj pix);
57 CGLError(*set_current_context) (CGLContextObj ctx);
58 CGLContextObj(*get_current_context) (void);
61 CGLError(*set_off_screen) (CGLContextObj ctx,
65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst,
76 CGLError(*set_pbuffer) (CGLContextObj ctx,
Dapple_glx_pbuffer.c190 CGLContextObj oldcontext; in get_max_size()
205 CGLContextObj newcontext; in get_max_size()
Dapple_glx_context.h53 CGLContextObj context_obj;
Dapple_glx_drawable.h87 CGLContextObj context_obj;
/external/angle/src/common/gl/cgl/
DFunctionsCGL.cpp26 (CGLPixelFormatObj pix, CGLContextObj share, CGLContextObj *ctx),
34 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLDestroyContext, CGLError, (CGLContextObj ctx), (ctx))
37 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLReleaseContext, void, (CGLContextObj ctx), (ctx))
38 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLGetCurrentContext, CGLContextObj, (void), ())
39 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLSetCurrentContext, CGLError, (CGLContextObj ctx), (ctx))
43 (CGLContextObj ctx, GLint screen),
49 (CGLContextObj ctx,
59 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLUpdateContext, CGLError, (CGLContextObj ctx), (ctx))
DFunctionsCGL.h32 (CGLPixelFormatObj pix, CGLContextObj share, CGLContextObj *ctx),
46 SOFT_LINK_FUNCTION_HEADER(OpenGL, CGLDestroyContext, CGLError, (CGLContextObj ctx), (ctx))
59 SOFT_LINK_FUNCTION_HEADER(OpenGL, CGLReleaseContext, void, (CGLContextObj ctx), (ctx))
60 SOFT_LINK_FUNCTION_HEADER(OpenGL, CGLGetCurrentContext, CGLContextObj, (void), ())
61 SOFT_LINK_FUNCTION_HEADER(OpenGL, CGLSetCurrentContext, CGLError, (CGLContextObj ctx), (ctx))
65 (CGLContextObj ctx, GLint screen),
71 (CGLContextObj ctx,
81 SOFT_LINK_FUNCTION_HEADER(OpenGL, CGLUpdateContext, CGLError, (CGLContextObj ctx), (ctx))
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h18 typedef _CGLContextObject *CGLContextObj; typedef
31 EnsureCGLContextIsCurrent(CGLContextObj context);
35 CGLContextObj mOldContext;
92 CGLContextObj getCGLContext() const;
120 CGLContextObj mContext;
DWindowSurfaceCGL.h15 typedef _CGLContextObject *CGLContextObj; typedef
61 CGLContextObj context);
95 CGLContextObj mContext;
DWindowSurfaceCGL.mm28 CGLContextObj mDisplayContext;
37 withContext:(CGLContextObj)displayContext
43 withContext:(CGLContextObj)displayContext argument
76 - (CGLContextObj)copyCGLContextForPixelFormat:(CGLPixelFormatObj)pixelFormat
78 CGLContextObj context = nullptr;
83 - (BOOL)canDrawInCGLContext:(CGLContextObj)glContext
103 - (void)drawInCGLContext:(CGLContextObj)glContext argument
153 CGLContextObj context)
DIOSurfaceSurfaceCGL.h35 CGLContextObj cglContext,
72 CGLContextObj mCGLContext;
DDisplayCGL.mm53 static void SetGPUByRegistryID(CGLContextObj contextObj,
114 EnsureCGLContextIsCurrent::EnsureCGLContextIsCurrent(CGLContextObj context)
463 CGLContextObj DisplayCGL::getCGLContext() const
522 WorkerContextCGL(CGLContextObj context);
529 CGLContextObj mContext;
532 WorkerContextCGL::WorkerContextCGL(CGLContextObj context) : mContext(context) {}
559 CGLContextObj context = nullptr;
DIOSurfaceSurfaceCGL.cpp79 CGLContextObj cglContext, in IOSurfaceSurfaceCGL()
/external/webrtc/sdk/objc/components/renderer/opengl/
DRTCNSGLVideoView.m84 CGLLockContext([[self openGLContext] CGLContextObj]);
86 CGLUnlockContext([[self openGLContext] CGLContextObj]);
134 CGLLockContext([context CGLContextObj]);
157 CGLUnlockContext([context CGLContextObj]);
174 CGLContextObj cglContext = [[self openGLContext] CGLContextObj];
/external/angle/extensions/
DEGL_ANGLE_device_cgl.txt45 CGLContextObj and its associated CGLPixelFormatObj, after it's been
69 On macOS the underlying CGLContextObj and CGLPixelFormatObj can be queried
80 valid CGLContextObj or CGLPixelFormatObj corresponding to the EGL device is
/external/libepoxy/test/
Dcgl_core.c42 CGLContextObj ctx; in main()
Dcgl_epoxy_api.c42 CGLContextObj ctx; in main()
/external/skqp/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp36 CGLContextObj fContext;
/external/OpenCL-CTS/test_common/gl/
Dsetup_osx.cpp132 CGLContextObj mCGLContext;
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp36 CGLContextObj fContext;
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp64 CGLContextObj m_context;
/external/OpenCL-CTS/test_conformance/gles/
Dtest_fence_sync.cpp348 CGLContextObj currCtx = CGLGetCurrentContext(); in test_fence_sync_single()
613 CGLContextObj ctx = CGLGetCurrentContext(); in test_fence_sync()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp352 CGLContextObj currCtx = CGLGetCurrentContext(); in test_fence_sync_single()
659 CGLContextObj ctx = CGLGetCurrentContext(); in test_fence_sync()