/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 25 typedef void *EGLContext; typedef 36 #define EGL_NO_CONTEXT ((EGLContext)0) 63 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context,… 64 typedef EGLBoolean (*DestroyContextProc)(EGLDisplay dpy, EGLContext ctx); 65 typedef EGLBoolean (*MakeCurrentProc)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext … 167 static EGLContext CurrentContext() { in CurrentContext() 175 EGLContext ctx) { in MakeCurrent() 193 EGLContext fContext = EGL_NO_CONTEXT; 275 EGLContext eglShareContext = shareContext in CommandBufferGLTestContext() 276 ? reinterpret_cast<EGLContext>(shareContext->fContext) : nullptr; in CommandBufferGLTestContext()
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 25 typedef void *EGLContext; typedef 36 #define EGL_NO_CONTEXT ((EGLContext)0) 63 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context,… 64 typedef EGLBoolean (*DestroyContextProc)(EGLDisplay dpy, EGLContext ctx); 65 typedef EGLBoolean (*MakeCurrentProc)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext … 167 static EGLContext CurrentContext() { in CurrentContext() 175 EGLContext ctx) { in MakeCurrent() 193 EGLContext fContext = EGL_NO_CONTEXT; 275 EGLContext eglShareContext = shareContext in CommandBufferGLTestContext() 276 ? reinterpret_cast<EGLContext>(shareContext->fContext) : nullptr; in CommandBufferGLTestContext()
|
/external/mesa3d/include/GL/ |
D | mesa_glinterop.h | 69 typedef void *EGLContext; typedef 262 MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context, 288 MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context, 295 typedef int (PFNMESAGLINTEROPEGLQUERYDEVICEINFOPROC)(EGLDisplay dpy, EGLContext context, 300 typedef int (PFNMESAGLINTEROPEGLEXPORTOBJECTPROC)(EGLDisplay dpy, EGLContext context,
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase10.java | 38 import javax.microedition.khronos.egl.EGLContext; 51 private EGLContext eglContext; 58 private final EGLContext eglContext; 60 public Context(EGLContext eglContext) { in Context() 67 this.egl = (EGL10) EGLContext.getEGL(); in EglBase10() 287 private EGLContext createEglContext( in createEglContext() 290 EGLContext rootContext = in createEglContext() 292 EGLContext eglContext = in createEglContext()
|
D | EglBase14.java | 34 import android.opengl.EGLContext; 51 private EGLContext eglContext; 65 private final android.opengl.EGLContext egl14Context; 67 Context(android.opengl.EGLContext eglContext) { in Context() 242 private static EGLContext createEglContext( in createEglContext() 245 EGLContext rootContext = in createEglContext() 247 EGLContext eglContext = in createEglContext()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.hpp | 50 …EGLContext (*eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const E… 51 EGLBoolean (*eglDestroyContext)(EGLDisplay dpy, EGLContext ctx); 52 EGLBoolean (*eglMakeCurrent)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 53 EGLContext (*eglGetCurrentContext)(void); 56 EGLBoolean (*eglQueryContext)(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); 61 …EGLImageKHR (*eglCreateImageKHR)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer b…
|
D | main.cpp | 359 EGLContext CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *… 360 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx); 361 EGLBoolean MakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 362 EGLContext GetCurrentContext(void); 365 EGLBoolean QueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); 370 EGLImageKHR CreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, … 371 EGLImageKHR CreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, con… 500 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_c… in eglCreateContext() 505 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() 510 …oolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent() [all …]
|
/external/mesa3d/src/egl/main/ |
D | eglcontext.h | 118 static inline EGLContext 122 return (EGLContext) ctx; in _eglLinkContext() 142 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) in _eglLookupContext() 154 static inline EGLContext 159 (EGLContext) ctx : EGL_NO_CONTEXT; in _eglGetContextHandle()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 47 typedef void *EGLContext; typedef 69 #define EGL_NO_CONTEXT ((EGLContext)0) 298 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, 299 EGLContext share_context, 301 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx); 303 EGLSurface read, EGLContext ctx); 305 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void); 308 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/mesa3d/include/EGL/ |
D | egl.h | 60 typedef void *EGLContext; typedef 98 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0) 123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_… 127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx); 137 …lean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG… 235 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void); 291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie…
|
/external/swiftshader/include/EGL/ |
D | egl.h | 60 typedef void *EGLContext; typedef 98 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0) 123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_… 127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx); 137 …lean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG… 235 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void); 291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie…
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFuncPtrLibraryDecl.inl | 12 EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, c… 13 EGLImage createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer … 14 EGLImageKHR createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBu… 25 EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const; 33 EGLContext getCurrentContext (void) const; 45 EGLBoolean makeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext c… 47 EGLBoolean queryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *valu…
|
D | eglwLibrary.inl | 12 virtual EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_co… 13 virtual EGLImage createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClien… 14 virtual EGLImageKHR createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGL… 25 virtual EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const … 33 virtual EGLContext getCurrentContext (void) const = 0; 45 … makeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) const … 47 virtual EGLBoolean queryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLi…
|
D | eglwFunctionTypes.inl | 12 typedef EGLW_APICALL EGLContext (EGLW_APIENTRY* eglCreateContextFunc) (EGLDisplay dpy, … 13 …mage (EGLW_APIENTRY* eglCreateImageFunc) (EGLDisplay dpy, EGLContext ctx, EGLenum tar… 14 …KHR (EGLW_APIENTRY* eglCreateImageKHRFunc) (EGLDisplay dpy, EGLContext ctx, EGLenum tar… 25 …ALL EGLBoolean (EGLW_APIENTRY* eglDestroyContextFunc) (EGLDisplay dpy, EGLContext ctx); 33 typedef EGLW_APICALL EGLContext (EGLW_APIENTRY* eglGetCurrentContextFunc) (void); 45 …ENTRY* eglMakeCurrentFunc) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 47 …lean (EGLW_APIENTRY* eglQueryContextFunc) (EGLDisplay dpy, EGLContext ctx, EGLint attr…
|
D | eglwApi.inl | 71 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_contex… 72 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuf… 73 EGLImageKHR eglwCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie… 84 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx); 92 EGLContext eglwGetCurrentContext (); 104 …an eglwMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 106 EGLBoolean eglwQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *…
|
D | eglwImpl.inl | 47 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL… 51 return (EGLContext)0; 55 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, c… 119 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx) 167 EGLContext eglwGetCurrentContext (void) 171 return (EGLContext)0; 239 EGLBoolean eglwMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) 255 EGLBoolean eglwQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
|
D | eglwFuncPtrLibraryImpl.inl | 37 EGLContext FuncPtrLibrary::createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_contex… 42 EGLImage FuncPtrLibrary::createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuff… 47 EGLImageKHR FuncPtrLibrary::createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie… 102 EGLBoolean FuncPtrLibrary::destroyContext (EGLDisplay dpy, EGLContext ctx) const 142 EGLContext FuncPtrLibrary::getCurrentContext (void) const 202 …uncPtrLibrary::makeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) const 212 EGLBoolean FuncPtrLibrary::queryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *…
|
/external/deqp/framework/egl/ |
D | egluUnique.hpp | 77 UniqueContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLContext context); 80 eglw::EGLContext operator* (void) const { return m_context; } in operator *() 86 eglw::EGLContext m_context; 96 … eglw::EGLDisplay display, eglw::EGLSurface draw, eglw::EGLSurface read, eglw::EGLContext context);
|
D | egluCallLogWrapperApi.inl | 12 eglw::EGLContext eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::E… 13 eglw::EGLImage eglCreateImage (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLen… 14 eglw::EGLImageKHR eglCreateImageKHR (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::E… 25 eglw::EGLBoolean eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx); 33 eglw::EGLContext eglGetCurrentContext (void); 45 …nt (eglw::EGLDisplay dpy, eglw::EGLSurface draw, eglw::EGLSurface read, eglw::EGLContext ctx); 47 eglw::EGLBoolean eglQueryContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGL…
|
/external/virglrenderer/src/ |
D | virgl_egl_context.c | 54 EGLContext egl_ctx; 281 EGLContext eglctx; in virgl_egl_create_context() 296 EGLContext eglctx = (EGLContext)virglctx; in virgl_egl_destroy_context() 302 EGLContext eglctx = (EGLContext)virglctx; in virgl_egl_make_context_current() 310 EGLContext eglctx = eglGetCurrentContext(); in virgl_egl_get_current_context()
|
/external/deqp/modules/egl/ |
D | teglQueryContextTests.cpp | 95 …void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& … in executeForContext() 106 const EGLContext gotContext = eglGetCurrentContext(); in executeForContext() 137 …void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& … in executeForContext() 148 const EGLContext gotReadSurface = eglGetCurrentSurface(EGL_READ); in executeForContext() 151 const EGLContext gotDrawSurface = eglGetCurrentSurface(EGL_DRAW); in executeForContext() 179 …void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& … in executeForContext() 220 EGLint getContextAttrib (EGLDisplay display, EGLContext context, EGLint attrib) in getContextAttrib() 229 …void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& … in executeForContext()
|
D | teglColorClearCase.cpp | 168 …Surface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts) in executeForContexts() 194 EGLContext context = contexts[0].second; in executeForContexts() 208 …for (vector<std::pair<EGLint, EGLContext> >::const_iterator ctxIter = contexts.begin(); ctxIter !=… in executeForContexts() 211 EGLContext context = ctxIter->second; in executeForContexts() 231 EGLContext context = contexts[0].second; in executeForContexts() 281 …ColorClearThread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, … in ColorClearThread() 320 EGLContext m_context; 331 …Surface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts) in executeForContexts() 402 EGLContext context = contexts[0].second; in executeForContexts()
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 70 EGLContext fContext; 75 static EGLContext create_gles_egl_context(EGLDisplay display, in create_gles_egl_context() 77 EGLContext eglShareContext, in create_gles_egl_context() 86 static EGLContext create_gl_egl_context(EGLDisplay display, in create_gl_egl_context() 88 EGLContext eglShareContext) { in create_gl_egl_context() 100 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr; in EGLGLTestContext()
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 70 EGLContext fContext; 75 static EGLContext create_gles_egl_context(EGLDisplay display, in create_gles_egl_context() 77 EGLContext eglShareContext, in create_gles_egl_context() 86 static EGLContext create_gl_egl_context(EGLDisplay display, in create_gl_egl_context() 88 EGLContext eglShareContext) { in create_gl_egl_context() 100 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr; in EGLGLTestContext()
|
/external/libkmsxx/kmscube/ |
D | cube-egl.h | 13 EGLContext context() const { return m_context; } in context() 18 EGLContext m_context;
|