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

1 2

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 52 CJBig2_Context::DestroyContext(
91 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
113 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 93 void (*DestroyContext)(__DRIcontext *driContextPriv);
drisw_util.c 211 driDriverAPI.DestroyContext(pcp);
dri_util.c 321 * This function calls __DriverAPIRec::DestroyContext on \p contextPrivate, calls
328 driDriverAPI.DestroyContext(pcp);
  /external/mesa3d/src/egl/main/
eglfallbacks.c 66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse;
egldisplay.c 301 drv->API.DestroyContext(drv, display, ctx);
eglapi.h 144 DestroyContext_t DestroyContext;
eglapi.c 454 ret = drv->API.DestroyContext(drv, disp, context);
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h 48 static void DestroyContext(CJBig2_Context* pContext);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 247 .DestroyContext = nouveau_context_destroy,
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 55 glx.DestroyContext = _real_glXDestroyContext;
glxapi.h 68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
glxapi.c 243 (t->DestroyContext)(dpy, ctx);
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 780 .DestroyContext = r200DestroyContext,
783 .DestroyContext = radeonDestroyContext,
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 356 .DestroyContext = dri_destroy_context,
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 856 .DestroyContext = dri_destroy_context,
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 900 .DestroyContext = dri_destroy_context,
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 865 * Called via eglDestroyContext(), drv->API.DestroyContext().
874 dri2_dpy->core->destroyContext(dri2_ctx->dri_context);
922 drv->API.DestroyContext(drv, disp, old_ctx);
    [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/egl/drivers/glx/
egl_glx.c 717 * Called via eglDestroyContext(), drv->API.DestroyContext().
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 899 drv->API.DestroyContext = egl_g3d_destroy_context;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h 361 virtual HRESULT WINAPI DestroyContext(HIMC hIME) = 0;
436 HRESULT (WINAPI *DestroyContext)(IActiveIMMApp *This,HIMC hIME);
    [all...]
  /hardware/intel/common/libva/va/
va.c 313 CHECK_VTABLE(vaStatus, ctx, DestroyContext);
    [all...]

Completed in 535 milliseconds

1 2