/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jbig.cpp | 23 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/ |
D | dri_util.h | 93 void (*DestroyContext)(__DRIcontext *driContextPriv); member
|
D | drisw_util.c | 211 driDriverAPI.DestroyContext(pcp); in driDestroyContext()
|
D | dri_util.c | 328 driDriverAPI.DestroyContext(pcp); in driDestroyContext()
|
/external/mesa3d/src/egl/main/ |
D | eglfallbacks.c | 66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse; in _eglInitDriverFallbacks()
|
D | egldisplay.c | 301 drv->API.DestroyContext(drv, display, ctx); in _eglReleaseDisplayResources()
|
D | eglapi.h | 144 DestroyContext_t DestroyContext; member
|
D | eglapi.c | 454 ret = drv->API.DestroyContext(drv, disp, context); in eglDestroyContext()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | realglx.c | 55 glx.DestroyContext = _real_glXDestroyContext; in _real_GetGLXDispatchTable()
|
D | glxapi.h | 68 void (*DestroyContext)(Display *dpy, GLXContext ctx); member
|
D | glxapi.c | 243 (t->DestroyContext)(dpy, ctx); in glXDestroyContext()
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Context.h | 43 static void DestroyContext(CJBig2_Context *pContext);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_screen.c | 247 .DestroyContext = nouveau_context_destroy,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.c | 780 .DestroyContext = r200DestroyContext, 783 .DestroyContext = radeonDestroyContext,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.c | 780 .DestroyContext = r200DestroyContext, 783 .DestroyContext = radeonDestroyContext,
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | drisw.c | 356 .DestroyContext = dri_destroy_context,
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 922 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/ |
D | swrast.c | 900 .DestroyContext = dri_destroy_context,
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri2.c | 856 .DestroyContext = dri_destroy_context,
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 633 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/ |
D | intel_screen.c | 1190 .DestroyContext = intelDestroyContext,
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_screen.c | 1190 .DestroyContext = intelDestroyContext,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 1190 .DestroyContext = intelDestroyContext,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 899 drv->API.DestroyContext = egl_g3d_destroy_context; in egl_g3d_init_driver_api()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 1169 GLX_drv->Base.API.DestroyContext = GLX_eglDestroyContext; in _eglBuiltInDriverGLX()
|