/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/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/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/mesa3d/src/egl/main/ |
D | eglcontext.h | 112 static inline EGLContext 116 return (EGLContext) ctx; in _eglLinkContext() 136 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) in _eglLookupContext() 148 static inline EGLContext 153 (EGLContext) ctx : EGL_NO_CONTEXT; in _eglGetContextHandle()
|
/external/mesa3d/include/GL/ |
D | mesa_glinterop.h | 66 typedef void *EGLContext; typedef 258 MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context, 284 MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context, 291 typedef int (PFNMESAGLINTEROPEGLQUERYDEVICEINFOPROC)(EGLDisplay dpy, EGLContext context, 296 typedef int (PFNMESAGLINTEROPEGLEXPORTOBJECTPROC)(EGLDisplay dpy, EGLContext context,
|
/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 | 331 EGLContext CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *… 332 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx); 333 EGLBoolean MakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 334 EGLContext GetCurrentContext(void); 337 EGLBoolean QueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); 342 EGLImageKHR CreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, … 466 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_c… in eglCreateContext() 471 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() 476 …oolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent() 481 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void) in eglGetCurrentContext() [all …]
|
/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 ((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/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()
|
D | teglThreadCleanUpTests.cpp | 61 …Thread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLConfig … in Thread() 71 void testContext (EGLContext context) in testContext() 131 const EGLContext m_context; 286 EGLContext m_context;
|
D | teglColorClearCase.hpp | 52 const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts); 70 const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts);
|
/external/autotest/client/deps/glbench/src/ |
D | glinterface.h | 29 typedef void *EGLContext; // Forward declaration from EGL.h. typedef 30 typedef EGLContext GLContext;
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 25 import javax.microedition.khronos.egl.EGLContext; 701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() 702 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context); in destroyContext() 708 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() 717 EGLContext context) { in destroyContext() 925 mEgl = (EGL10) EGLContext.getEGL(); in start() 1057 EGLContext currentContext = mEgl.eglGetCurrentContext(); in verifyContext() 1065 EGLContext mEglContext;
|