/external/mesa3d/src/glx/apple/ |
D | apple_cgl.h | 50 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,
|
D | apple_glx_pbuffer.c | 190 CGLContextObj oldcontext; in get_max_size() 205 CGLContextObj newcontext; in get_max_size()
|
D | apple_glx_context.h | 53 CGLContextObj context_obj;
|
D | apple_glx_drawable.h | 87 CGLContextObj context_obj;
|
/external/angle/src/common/gl/cgl/ |
D | FunctionsCGL.cpp | 26 (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))
|
D | FunctionsCGL.h | 32 (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/ |
D | DisplayCGL.h | 18 typedef _CGLContextObject *CGLContextObj; typedef 31 EnsureCGLContextIsCurrent(CGLContextObj context); 35 CGLContextObj mOldContext; 92 CGLContextObj getCGLContext() const; 120 CGLContextObj mContext;
|
D | WindowSurfaceCGL.h | 15 typedef _CGLContextObject *CGLContextObj; typedef 61 CGLContextObj context); 95 CGLContextObj mContext;
|
D | WindowSurfaceCGL.mm | 28 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)
|
D | IOSurfaceSurfaceCGL.h | 35 CGLContextObj cglContext, 72 CGLContextObj mCGLContext;
|
D | DisplayCGL.mm | 53 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;
|
D | IOSurfaceSurfaceCGL.cpp | 79 CGLContextObj cglContext, in IOSurfaceSurfaceCGL()
|
/external/webrtc/sdk/objc/components/renderer/opengl/ |
D | RTCNSGLVideoView.m | 84 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/ |
D | EGL_ANGLE_device_cgl.txt | 45 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/ |
D | cgl_core.c | 42 CGLContextObj ctx; in main()
|
D | cgl_epoxy_api.c | 42 CGLContextObj ctx; in main()
|
/external/skqp/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 36 CGLContextObj fContext;
|
/external/OpenCL-CTS/test_common/gl/ |
D | setup_osx.cpp | 132 CGLContextObj mCGLContext;
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 36 CGLContextObj fContext;
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 64 CGLContextObj m_context;
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_fence_sync.cpp | 348 CGLContextObj currCtx = CGLGetCurrentContext(); in test_fence_sync_single() 613 CGLContextObj ctx = CGLGetCurrentContext(); in test_fence_sync()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_fence_sync.cpp | 352 CGLContextObj currCtx = CGLGetCurrentContext(); in test_fence_sync_single() 659 CGLContextObj ctx = CGLGetCurrentContext(); in test_fence_sync()
|