HomeSort by relevance Sort by last modified time
    Searched defs:DestroyContext (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.cpp 69 DestroyContext(i);
236 GalliumContext::DestroyContext(context_id contextID)
  /external/mesa3d/src/egl/main/
eglapi.h 73 EGLBoolean (*DestroyContext)(_EGLDriver *drv, _EGLDisplay *dpy,
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 95 void (*DestroyContext)(__DRIcontext *driContextPriv);
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 747 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx)
764 display->destroyContext(context);
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 238 egl.destroyContext(runtimeContext->display, runtimeContext->context);
633 class DestroyContext : public tcu::ThreadUtil::Operation
636 DestroyContext (SharedPtr<GLES2Context> contex);
643 DestroyContext::DestroyContext (SharedPtr<GLES2Context> contex)
644 : tcu::ThreadUtil::Operation ("DestroyContext")
650 void DestroyContext::exec (tcu::ThreadUtil::Thread& t)
655 EGLU_CHECK_CALL(thread.egl, destroyContext(m_context->display, m_context->context));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h     [all...]

Completed in 577 milliseconds