Home
last modified time | relevance | path

Searched defs:DestroyContext (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp236 GalliumContext::DestroyContext(context_id contextID) in DestroyContext() function in GalliumContext
/external/mesa3d/src/egl/main/
Deglapi.h73 EGLBoolean (*DestroyContext)(_EGLDriver *drv, _EGLDisplay *dpy, member
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h128 void (*DestroyContext)(__DRIcontext *driContextPriv); member
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h67 void (*DestroyContext)(Display *dpy, GLXContext ctx); member
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp879 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx) in DestroyContext() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc368 /* static */ void GpuDriver::DestroyContext(GpuContext* context) { in DestroyContext() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc470 /* static */ void GpuDriver::DestroyContext(GpuContext* context) { in DestroyContext() function in stream_executor::gpu::GpuDriver
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp633 class DestroyContext : public tcu::ThreadUtil::Operation class
643 DestroyContext::DestroyContext (SharedPtr<GLES2Context> contex) in DestroyContext() function in deqp::egl::GLES2ThreadTest::DestroyContext