/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | egl_context.h | 41 EglContext(EGLContext context, EGLDisplay display, EGLConfig config, in EglContext() 56 EGLContext context() const { return context_; } in context() 80 EGLContext context_; 90 EGLContext shared_context, 94 EGLContext shared_context, 97 absl::Status CreatePBufferContext(EGLDisplay display, EGLContext shared_context,
|
D | egl_context.cc | 40 absl::Status CreateContext(EGLDisplay display, EGLContext shared_context, in CreateContext() 48 EGLContext context = in CreateContext() 110 EGLContext shared_context, in CreateConfiglessContext() 119 EGLContext shared_context, in CreateSurfacelessContext() 134 absl::Status CreatePBufferContext(EGLDisplay display, EGLContext shared_context, in CreatePBufferContext()
|
/external/webrtc/sdk/android/src/java/org/webrtc/ |
D | EglBase10Impl.java | 21 import javax.microedition.khronos.egl.EGLContext; 35 private EGLContext eglContext; 42 private final EGLContext eglContext; 45 public EGLContext getRawContext() { in getRawContext() 58 public Context(EGLContext eglContext) { in Context() 64 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl() 65 this.egl = (EGL10) EGLContext.getEGL(); in EglBase10Impl() 315 private EGLContext createEglContext(@Nullable EGLContext sharedContext, EGLDisplay eglDisplay, in createEglContext() 321 EGLContext rootContext = sharedContext == null ? EGL10.EGL_NO_CONTEXT : sharedContext; in createEglContext() 322 final EGLContext eglContext; in createEglContext()
|
D | EglBase14Impl.java | 17 import android.opengl.EGLContext; 36 private EGLContext eglContext; 51 private final EGLContext egl14Context; 54 public EGLContext getRawContext() { in getRawContext() 66 public Context(android.opengl.EGLContext eglContext) { in Context() 73 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl() 269 private static EGLContext createEglContext(@Nullable EGLContext sharedContext, in createEglContext() 275 EGLContext rootContext = sharedContext == null ? EGL14.EGL_NO_CONTEXT : sharedContext; in createEglContext() 276 final EGLContext eglContext; in createEglContext()
|
/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/angle/include/EGL/ |
D | egl.h | 45 typedef void *EGLContext; typedef 83 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0) 108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLCon… 112 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx); 122 …PIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 123 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx, EGLint at… 133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_… 137 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx); 147 …lean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 148 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG… [all …]
|
/external/mesa3d/include/EGL/ |
D | egl.h | 64 typedef void *EGLContext; typedef 102 #define EGL_NO_CONTEXT EGL_CAST(EGLContext,0) 127 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLCon… 131 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx); 141 …PIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 142 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx, EGLint at… 152 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_… 156 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx); 166 …lean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 167 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG… [all …]
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | functionsegl_typedefs.h | 25 typedef EGLContext (*PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, 27 EGLContext share_context, 40 typedef EGLBoolean (*PFNEGLDESTROYCONTEXTPROC)(EGLDisplay dpy, EGLContext ctx); 59 EGLContext ctx); 61 EGLContext ctx, 97 typedef EGLContext (*PFNEGLGETCURRENTCONTEXTPROC)(void); 111 EGLContext ctx,
|
D | FunctionsEGL.h | 50 EGLContext createContext(EGLConfig config, 51 EGLContext share_context, 57 EGLBoolean destroyContext(EGLContext context) const; 59 EGLBoolean makeCurrent(EGLSurface surface, EGLContext context) const; 69 EGLContext getCurrentContext() const; 71 EGLImageKHR createImageKHR(EGLContext context,
|
D | DisplayEGL.h | 42 virtual void destroyNativeContext(EGLContext context); 45 EGLContext sharedContext, 104 egl::Error initializeContext(EGLContext shareContext, 106 EGLContext *outContext, 111 egl::Error createRenderer(EGLContext shareContext, std::shared_ptr<RendererEGL> *outRenderer); 136 EGLContext context = EGL_NO_CONTEXT;
|
D | RendererEGL.h | 25 EGLContext context, 30 EGLContext getContext() const; 36 EGLContext mContext;
|
/external/mesa3d/src/egl/main/ |
D | eglcontext.h | 115 static inline EGLContext 119 return (EGLContext) ctx; in _eglLinkContext() 139 _eglLookupContext(EGLContext context, _EGLDisplay *disp) in _eglLookupContext() 151 static inline EGLContext 156 (EGLContext) ctx : EGL_NO_CONTEXT; in _eglGetContextHandle()
|
/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 | 24 typedef void *EGLContext; typedef 35 #define EGL_NO_CONTEXT ((EGLContext)0) 62 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context,… 63 typedef EGLBoolean (*DestroyContextProc)(EGLDisplay dpy, EGLContext ctx); 64 typedef EGLBoolean (*MakeCurrentProc)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext … 166 static EGLContext CurrentContext() { in CurrentContext() 174 EGLContext ctx) { in MakeCurrent() 192 EGLContext fContext = EGL_NO_CONTEXT; 273 EGLContext eglShareContext = shareContext in CommandBufferGLTestContext() 274 ? reinterpret_cast<EGLContext>(shareContext->fContext) : nullptr; in CommandBufferGLTestContext()
|
/external/angle/src/tests/egl_tests/ |
D | EGLSurfacelessContextTest.cpp | 82 EGLContext createContext() in createContext() 131 EGLContext mContext = EGL_NO_CONTEXT; 141 EGLContext context = createContext(); in TEST_P() 163 EGLContext context = createContext(); in TEST_P() 191 EGLContext context = createContext(); in TEST_P() 211 EGLContext context = createContext(); in TEST_P() 236 EGLContext context = createContext(); in TEST_P()
|
D | EGLBackwardsCompatibleContextTest.cpp | 124 EGLContext context = eglCreateContext(mDisplay, mConfig, nullptr, attribs); in TEST_P() 151 EGLContext es3Context = eglCreateContext(mDisplay, mConfig, nullptr, es3ContextAttribs); in TEST_P() 161 EGLContext es2Context = eglCreateContext(mDisplay, mConfig, nullptr, es2ContextAttribs); in TEST_P() 181 EGLContext es11Context = eglCreateContext(mDisplay, mConfig, nullptr, es11ContextAttribs); in TEST_P() 192 EGLContext es10Context = eglCreateContext(mDisplay, mConfig, nullptr, es10ContextAttribs); in TEST_P()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.hpp | 50 …EGLContext (EGLAPIENTRY* eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_cont… 51 EGLBoolean (EGLAPIENTRY* eglDestroyContext)(EGLDisplay dpy, EGLContext ctx); 52 …an (EGLAPIENTRY* eglMakeCurrent)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 53 EGLContext (EGLAPIENTRY* eglGetCurrentContext)(void); 56 …EGLBoolean (EGLAPIENTRY* eglQueryContext)(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint… 61 …EGLImageKHR (EGLAPIENTRY* eglCreateImageKHR)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLCl…
|
/external/libepoxy/test/ |
D | egl_gl.c | 47 make_egl_current_and_test(EGLDisplay *dpy, EGLContext ctx) in make_egl_current_and_test() 76 init_egl(EGLDisplay **out_dpy, EGLContext *out_ctx) in init_egl() 91 EGLContext ctx; in init_egl() 117 EGLContext egl_ctx; in main()
|
D | egl_epoxy_api.c | 46 make_egl_current_and_test(EGLDisplay *dpy, EGLContext ctx) in make_egl_current_and_test() 84 init_egl(EGLDisplay *dpy, EGLContext *out_ctx) in init_egl() 98 EGLContext ctx; in init_egl() 123 EGLContext egl_ctx; in main()
|
/external/angle/src/libGLESv2/ |
D | entry_points_egl_autogen.h | 28 ANGLE_EXPORT EGLContext EGLAPIENTRY EGL_CreateContext(EGLDisplay dpy, 30 EGLContext share_context, 43 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_DestroyContext(EGLDisplay dpy, EGLContext ctx); 63 EGLContext ctx); 65 EGLContext ctx, 103 ANGLE_EXPORT EGLContext EGLAPIENTRY EGL_GetCurrentContext(); 111 EGLContext ctx,
|
/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);
|
/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…
|
/external/angle/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.cpp | 202 EGLContext nativeShareContext = EGL_NO_CONTEXT; in createContext() 335 EGLContext newContext = EGL_NO_CONTEXT; in makeCurrent() 420 void DisplayAndroid::destroyNativeContext(EGLContext context) in destroyNativeContext() 436 egl::Error DisplayAndroid::createRenderer(EGLContext shareContext, in createRenderer() 441 EGLContext context = EGL_NO_CONTEXT; in createRenderer() 495 WorkerContextAndroid(EGLContext context, FunctionsEGL *functions, EGLSurface pbuffer); 502 EGLContext mContext; 507 WorkerContextAndroid::WorkerContextAndroid(EGLContext context, in WorkerContextAndroid() 534 EGLContext sharedContext, in createWorkerContext() 537 EGLContext context = mEGL->createContext(mConfig, sharedContext, workerAttribs.data()); in createWorkerContext()
|