/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 33 void DestroyContext(context_id contextID);
|
D | GalliumContext.cpp | 69 DestroyContext(i); in ~GalliumContext() 236 GalliumContext::DestroyContext(context_id contextID) in DestroyContext() function in GalliumContext
|
/external/mesa3d/src/egl/main/ |
D | eglfallbacks.c | 63 drv->API.DestroyContext = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
|
D | eglapi.h | 73 EGLBoolean (*DestroyContext)(_EGLDriver *drv, _EGLDisplay *dpy, member
|
D | egldisplay.c | 292 drv->API.DestroyContext(drv, display, ctx); in _eglReleaseDisplayResources()
|
D | eglapi.c | 771 ret = drv->API.DestroyContext(drv, disp, context); in eglDestroyContext()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 95 void (*DestroyContext)(__DRIcontext *driContextPriv); member
|
D | dri_util.c | 500 pcp->driScreenPriv->driver->DestroyContext(pcp); in driDestroyContext()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 340 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx); 481 return egl::DestroyContext(dpy, ctx); in eglDestroyContext() 605 this->eglDestroyContext = egl::DestroyContext; in LibEGLexports()
|
D | libEGL.cpp | 747 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx) in DestroyContext() function
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.c | 834 .DestroyContext = r200DestroyContext, 837 .DestroyContext = radeonDestroyContext,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.c | 834 .DestroyContext = r200DestroyContext, 837 .DestroyContext = radeonDestroyContext,
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 68 void (*DestroyContext)(Display *dpy, GLXContext ctx); member
|
D | glxapi.c | 206 t->DestroyContext(dpy, ctx); in glXDestroyContext()
|
D | fakeglx.c | 2901 glx.DestroyContext = Fake_glXDestroyContext; in _mesa_GetGLXDispatchTable()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_screen.c | 336 .DestroyContext = nouveau_context_destroy,
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 342 driver->base.API.DestroyContext = haiku_destroy_context; in _eglBuiltInDriverHaiku()
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | drisw.c | 448 .DestroyContext = dri_destroy_context,
|
D | dri2.c | 2087 .DestroyContext = dri_destroy_context, 2108 .DestroyContext = dri_destroy_context,
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
D | swrast.c | 945 .DestroyContext = dri_destroy_context,
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 633 class DestroyContext : public tcu::ThreadUtil::Operation class 636 DestroyContext (SharedPtr<GLES2Context> contex); 643 DestroyContext::DestroyContext (SharedPtr<GLES2Context> contex) in DestroyContext() function in deqp::egl::GLES2ThreadTest::DestroyContext 650 void DestroyContext::exec (tcu::ThreadUtil::Thread& t) in exec() 2248 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyContext(resourceManager.popContext(… in init() 3122 m_threads[0]->addOperation(new GLES2ThreadTest::DestroyContext(contex1)); in init() 3123 m_threads[1]->addOperation(new GLES2ThreadTest::DestroyContext(contex2)); in init()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 1254 .DestroyContext = intelDestroyContext,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 1992 .DestroyContext = intelDestroyContext,
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 2953 dri2_drv->base.API.DestroyContext = dri2_destroy_context; in _eglBuiltInDriverDRI2()
|