/external/mesa3d/src/glx/ |
D | create_context.c | 38 GLXContext share_context, Bool direct, in glXCreateContextAttribsARB() argument 43 struct glx_context *const share = (struct glx_context *) share_context; in glXCreateContextAttribsARB()
|
D | dri_common.h | 82 dri2_check_no_error(uint32_t flags, struct glx_context *share_context,
|
D | dri_common.c | 565 dri2_check_no_error(uint32_t flags, struct glx_context *share_context, in dri2_check_no_error() argument 585 if (share_context && !!share_context->noError != !!noError) { in dri2_check_no_error()
|
/external/angle/extensions/ |
D | EGL_ANGLE_display_semaphore_share_group.txt | 62 EGL_TRUE will be created. If the share_context parameter to
|
D | EGL_ANGLE_display_texture_share_group.txt | 62 EGL_TRUE will be created. If the share_context parameter to
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | functionsegl_typedefs.h | 27 EGLContext share_context,
|
D | FunctionsEGL.h | 55 EGLContext share_context,
|
D | FunctionsEGL.cpp | 539 EGLContext share_context, in createContext() argument 542 return mFnPtrs->createContextPtr(mEGLDisplay, config, share_context, attrib_list); in createContext()
|
/external/angle/include/GLX/ |
D | glxext.h | 154 …ECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, … 156 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, … 241 …LXCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (unsigned int id, GLXContext share_context, const int *at… 251 GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const i…
|
/external/mesa3d/include/GL/ |
D | glxext.h | 173 …ECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, … 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, … 260 …LXCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (unsigned int id, GLXContext share_context, const int *at… 270 GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const i…
|
/external/angle/include/EGL/ |
D | egl.h | 108 …FNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint … 133 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
|
/external/mesa3d/include/EGL/ |
D | egl.h | 127 …FNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint … 152 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFuncPtrLibraryImpl.inl | 37 …rLibrary::createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint … argument 39 return m_egl.createContext(dpy, config, share_context, attrib_list);
|
D | eglwImpl.inl | 47 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL… argument 52 return egl->createContext(dpy, config, share_context, attrib_list);
|
D | eglwFuncPtrLibraryDecl.inl | 12 EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, c…
|
D | eglwLibrary.inl | 12 … createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
|
D | eglwFunctionTypes.inl | 12 …lCreateContextFunc) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
|
D | eglwApi.inl | 71 … eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
|
/external/angle/src/libGLESv2/ |
D | entry_points_egl_autogen.h | 30 EGLContext share_context,
|
D | entry_points_egl_autogen.cpp | 96 EGLContext share_context, in EGL_CreateContext() argument 107 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)share_context, in EGL_CreateContext() 112 gl::ContextID share_contextPacked = PackParam<gl::ContextID>(share_context); in EGL_CreateContext()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 186 GLXContext share_context, Bool direct,
|
/external/angle/src/tests/perf_tests/ |
D | TracePerfTest.cpp | 126 EGLContext share_context, 244 EGLContext share_context, in EglCreateContext() argument 247 return gCurrentTracePerfTest->onEglCreateContext(display, config, share_context, attrib_list); in EglCreateContext() 2067 EGLContext share_context, in onEglCreateContext() argument 2071 getGLWindow()->createContextGeneric(reinterpret_cast<GLWindowContext>(share_context)); in onEglCreateContext()
|
/external/angle/src/libEGL/ |
D | libEGL_autogen.cpp | 81 EGLContext share_context, in eglCreateContext() argument 85 return EGL_CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 12 …t (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::E…
|
D | egluCallLogWrapper.inl | 72 …ntext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::E… argument 75 …age << "eglCreateContext(" << dpy << ", " << toHex(config) << ", " << share_context << ", " << get… 76 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list);
|