Home
last modified time | relevance | path

Searched refs:DestroyContext (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.h33 void DestroyContext(context_id contextID);
DGalliumContext.cpp69 DestroyContext(i); in ~GalliumContext()
236 GalliumContext::DestroyContext(context_id contextID) in DestroyContext() function in GalliumContext
/external/mesa3d/src/egl/main/
Deglfallbacks.c63 drv->API.DestroyContext = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
Deglapi.h73 EGLBoolean (*DestroyContext)(_EGLDriver *drv, _EGLDisplay *dpy, member
Degldisplay.c292 drv->API.DestroyContext(drv, display, ctx); in _eglReleaseDisplayResources()
Deglapi.c771 ret = drv->API.DestroyContext(drv, disp, context); in eglDestroyContext()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h95 void (*DestroyContext)(__DRIcontext *driContextPriv); member
Ddri_util.c500 pcp->driScreenPriv->driver->DestroyContext(pcp); in driDestroyContext()
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp340 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx);
481 return egl::DestroyContext(dpy, ctx); in eglDestroyContext()
605 this->eglDestroyContext = egl::DestroyContext; in LibEGLexports()
DlibEGL.cpp747 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx) in DestroyContext() function
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.c834 .DestroyContext = r200DestroyContext,
837 .DestroyContext = radeonDestroyContext,
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.c834 .DestroyContext = r200DestroyContext,
837 .DestroyContext = radeonDestroyContext,
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h68 void (*DestroyContext)(Display *dpy, GLXContext ctx); member
Dglxapi.c206 t->DestroyContext(dpy, ctx); in glXDestroyContext()
Dfakeglx.c2901 glx.DestroyContext = Fake_glXDestroyContext; in _mesa_GetGLXDispatchTable()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c336 .DestroyContext = nouveau_context_destroy,
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp342 driver->base.API.DestroyContext = haiku_destroy_context; in _eglBuiltInDriverHaiku()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddrisw.c448 .DestroyContext = dri_destroy_context,
Ddri2.c2087 .DestroyContext = dri_destroy_context,
2108 .DestroyContext = dri_destroy_context,
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c945 .DestroyContext = dri_destroy_context,
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp633 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/
Dintel_screen.c1254 .DestroyContext = intelDestroyContext,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c1992 .DestroyContext = intelDestroyContext,
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2953 dri2_drv->base.API.DestroyContext = dri2_destroy_context; in _eglBuiltInDriverDRI2()