/external/mesa3d/src/egl/main/ |
D | eglcontext.h | 107 static INLINE EGLContext 111 return (EGLContext) ctx; in _eglLinkContext() 131 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) in _eglLookupContext() 143 static INLINE EGLContext 148 (EGLContext) ctx : EGL_NO_CONTEXT; in _eglGetContextHandle()
|
D | eglapi.c | 415 EGLContext EGLAPIENTRY 416 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, in eglCreateContext() 424 EGLContext ret; in eglCreateContext() 445 eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() 462 EGLContext ctx) in eglMakeCurrent() 505 eglQueryContext(EGLDisplay dpy, EGLContext ctx, in eglQueryContext() 807 EGLContext EGLAPIENTRY 811 EGLContext ret; in eglGetCurrentContext() 1024 eglCopyContextMESA(EGLDisplay dpy, EGLContext source, EGLContext dest, in eglCopyContextMESA() 1301 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 47 typedef void *EGLContext; typedef 69 #define EGL_NO_CONTEXT ((EGLContext)0) 297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, 298 EGLContext share_context, 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx); 302 EGLSurface read, EGLContext ctx); 304 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void); 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
D | eglmesaext.h | 87 EGLAPI EGLBoolean EGLAPIENTRY eglCopyContextMESA(EGLDisplay dpy, EGLContext source, EGLContext dest… 90 …Boolean (EGLAPIENTRYP PFNEGLCOPYCONTEXTMESA) (EGLDisplay dpy, EGLContext source, EGLContext dest, …
|
/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 | 11 eglw::EGLContext eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::E… 12 eglw::EGLImage eglCreateImage (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLen… 20 eglw::EGLBoolean eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx); 26 eglw::EGLContext eglGetCurrentContext (void); 35 …nt (eglw::EGLDisplay dpy, eglw::EGLSurface draw, eglw::EGLSurface read, eglw::EGLContext ctx); 37 eglw::EGLBoolean eglQueryContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGL…
|
D | egluUnique.cpp | 68 UniqueContext::UniqueContext (const Library& egl, EGLDisplay display, EGLContext context) in UniqueContext() 86 …text (const Library& egl, EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) in ScopedCurrentContext()
|
D | egluCallLogWrapper.cpp | 230 eglw::EGLContext context; 231 EGLContextFmt (eglw::EGLContext context_) : context(context_) {} in EGLContextFmt() 234 inline EGLContextFmt getEGLContextStr (eglw::EGLContext context) { return EGLContextFmt(context); } in getEGLContextStr()
|
D | egluGLUtil.cpp | 79 EGLContext createGLContext (const Library& egl, EGLDisplay display, EGLContext eglConfig, const glu… in createGLContext() 82 EGLContext context = EGL_NO_CONTEXT; in createGLContext()
|
D | egluCallLogWrapper.inl | 62 eglw::EGLContext CallLogWrapper::eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg… 66 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list); 72 eglw::EGLImage CallLogWrapper::eglCreateImage (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EG… 152 eglw::EGLBoolean CallLogWrapper::eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx) 216 eglw::EGLContext CallLogWrapper::eglGetCurrentContext () 220 eglw::EGLContext returnValue = m_egl.getCurrentContext(); 306 …eCurrent (eglw::EGLDisplay dpy, eglw::EGLSurface draw, eglw::EGLSurface read, eglw::EGLContext ctx) 326 eglw::EGLBoolean CallLogWrapper::eglQueryContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw:…
|
D | egluGLContextFactory.hpp | 43 virtual eglw::EGLContext getEGLContext (void) const = 0;
|
/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 | eglwApi.inl | 69 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_contex… 70 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuf… 71 EGLImageKHR eglwCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie… 82 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx); 90 EGLContext eglwGetCurrentContext (); 102 …an eglwMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 104 EGLBoolean eglwQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *…
|
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 | 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/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() 280 …ColorClearThread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, … in ColorClearThread() 318 EGLContext m_context; 329 …Surface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts) in executeForContexts() 400 EGLContext context = contexts[0].second; in executeForContexts()
|
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);
|
D | teglRenderTests.cpp | 676 …urface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts); 694 …Surface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts) in executeForContexts() 736 EGLContext context = contexts[ctxNdx].second; in executeForContexts() 747 EGLContext context = contexts[0].second; in executeForContexts() 761 EGLContext context = contexts[ctxNdx].second; in executeForContexts() 778 EGLContext context = contexts[0].second; in executeForContexts() 810 …urface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts); 837 …RenderTestThread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, … in RenderTestThread() 877 EGLContext m_context; 895 …Surface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts) in executeForContexts() [all …]
|
D | teglRenderCase.hpp | 72 …virtual void executeForContext (eglw::EGLDisplay display, eglw::EGLContext context, eglw::EGLSur… 85 … const Config& config, const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts) = …
|
D | teglMemoryStressTests.cpp | 102 vector<EGLContext> m_contexts; 132 …for (vector<EGLContext>::const_iterator iter = m_contexts.begin(); iter != m_contexts.end(); ++ite… in ~MemoryAllocator() 218 EGLContext context = m_rnd.choose<EGLContext>(m_contexts.begin(), m_contexts.end()); in allocatePBuffer() 273 EGLContext context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList); in allocateContext()
|
D | teglImageTests.cpp | 188 …void checkCreate (const char* desc, EGLDisplay dpy, const char* dpyStr, EGLContext context, const … 194 CHECK_CREATE("Testing bad context (-1)...", m_display, (EGLContext)-1, EGL_NONE, EGL_BAD_CONTEXT); in iterate() 204 …age::checkCreate (const char* msg, EGLDisplay dpy, const char* dpyStr, EGLContext context, const c… in checkCreate() 255 EGLContext getEglContext (void) const { return *m_context; } in getEglContext() 353 const EGLContext eglContext = context.getEglContext(); in iterate()
|
D | teglAndroidUtil.cpp | 107 …EGLImageKHR createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffe… 145 EGLImageKHR AndroidNativeImageSource::createImage (const Library& egl, EGLDisplay dpy, EGLContext, … in createImage() argument
|
/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;
|