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

  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.h 33 void DestroyContext(context_id contextID);
GalliumContext.cpp 69 DestroyContext(i);
236 GalliumContext::DestroyContext(context_id contextID)
  /external/mesa3d/src/egl/main/
eglfallbacks.c 63 drv->API.DestroyContext = (void*) _eglReturnFalse;
eglapi.h 73 EGLBoolean (*DestroyContext)(_EGLDriver *drv, _EGLDisplay *dpy,
egldisplay.c 292 drv->API.DestroyContext(drv, display, ctx);
eglapi.c 771 ret = drv->API.DestroyContext(drv, disp, context);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 95 void (*DestroyContext)(__DRIcontext *driContextPriv);
dri_util.c 493 * This function calls __DriverAPIRec::DestroyContext on \p contextPrivate, calls
500 pcp->driScreenPriv->driver->DestroyContext(pcp);
776 .destroyContext = driDestroyContext,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 336 .DestroyContext = nouveau_context_destroy,
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
glxapi.c 206 t->DestroyContext(dpy, ctx);
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 834 .DestroyContext = r200DestroyContext,
837 .DestroyContext = radeonDestroyContext,
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 342 driver->base.API.DestroyContext = haiku_destroy_context;
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 340 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx);
481 return egl::DestroyContext(dpy, ctx);
605 this->eglDestroyContext = egl::DestroyContext;
libEGL.cpp 747 EGLBoolean DestroyContext(EGLDisplay dpy, EGLContext ctx)
764 display->destroyContext(context);
  /external/mesa3d/src/gallium/state_trackers/dri/
drisw.c 448 .DestroyContext = dri_destroy_context,
dri2.c     [all...]
  /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...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_screen.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 945 .DestroyContext = dri_destroy_context,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h 677 virtual HRESULT STDMETHODCALLTYPE DestroyContext(
1070 HRESULT (STDMETHODCALLTYPE *DestroyContext)(
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_screen.c     [all...]
  /hardware/intel/common/libva/va/
va.c 313 CHECK_VTABLE(vaStatus, ctx, DestroyContext);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]

Completed in 343 milliseconds