Home
last modified time | relevance | path

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

12

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp23 CJBig2_Context::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext); in DestroyJbig2Context()
38 CJBig2_Context::DestroyContext(pContext); in Decode()
65 CJBig2_Context::DestroyContext(pContext); in Decode()
108 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext); in StartDecode()
150 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext); in StartDecode()
176 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext); in ContinueDecode()
189 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext); in ContinueDecode()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h93 void (*DestroyContext)(__DRIcontext *driContextPriv); member
Ddrisw_util.c211 driDriverAPI.DestroyContext(pcp); in driDestroyContext()
Ddri_util.c328 driDriverAPI.DestroyContext(pcp); in driDestroyContext()
/external/mesa3d/src/egl/main/
Deglfallbacks.c66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse; in _eglInitDriverFallbacks()
Degldisplay.c301 drv->API.DestroyContext(drv, display, ctx); in _eglReleaseDisplayResources()
Deglapi.h144 DestroyContext_t DestroyContext; member
Deglapi.c454 ret = drv->API.DestroyContext(drv, disp, context); in eglDestroyContext()
/external/mesa3d/src/mesa/drivers/x11/
Drealglx.c55 glx.DestroyContext = _real_glXDestroyContext; in _real_GetGLXDispatchTable()
Dglxapi.h68 void (*DestroyContext)(Display *dpy, GLXContext ctx); member
Dglxapi.c243 (t->DestroyContext)(dpy, ctx); in glXDestroyContext()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.h43 static void DestroyContext(CJBig2_Context *pContext);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c247 .DestroyContext = nouveau_context_destroy,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.c780 .DestroyContext = r200DestroyContext,
783 .DestroyContext = radeonDestroyContext,
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.c780 .DestroyContext = r200DestroyContext,
783 .DestroyContext = radeonDestroyContext,
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddrisw.c356 .DestroyContext = dri_destroy_context,
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c922 drv->API.DestroyContext(drv, disp, old_ctx); in dri2_make_current()
1560 dri2_drv->base.API.DestroyContext = dri2_destroy_context; in _eglBuiltInDriverDRI2()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c900 .DestroyContext = dri_destroy_context,
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri2.c856 .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()
2233 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyContext(resourceManager.popContext(… in init()
3107 m_threads[0]->addOperation(new GLES2ThreadTest::DestroyContext(contex1)); in init()
3108 m_threads[1]->addOperation(new GLES2ThreadTest::DestroyContext(contex2)); in init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c1190 .DestroyContext = intelDestroyContext,
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_screen.c1190 .DestroyContext = intelDestroyContext,
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c1190 .DestroyContext = intelDestroyContext,
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c899 drv->API.DestroyContext = egl_g3d_destroy_context; in egl_g3d_init_driver_api()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c1169 GLX_drv->Base.API.DestroyContext = GLX_eglDestroyContext; in _eglBuiltInDriverGLX()

12