Searched refs:DestroyContext (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
H A Dgamepad.cc55 void DestroyContext();
86 DestroyContext();
97 DestroyContext();
176 void GamepadInstance::DestroyContext() { function in class:GamepadInstance
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.h71 void DestroyContext(EGLContext ctx);
H A Ddisplay.cc247 void Display::DestroyContext(EGLContext ctx) { function in class:egl::Display
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Ddri_util.h93 void (*DestroyContext)(__DRIcontext *driContextPriv); member in struct:__DriverAPIRec
H A Ddrisw_util.c211 driDriverAPI.DestroyContext(pcp);
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.h93 void (*DestroyContext)(__DRIcontext *driContextPriv); member in struct:__DriverAPIRec
H A Ddrisw_util.c211 driDriverAPI.DestroyContext(pcp);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglfallbacks.c66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse;
H A Degldisplay.c301 drv->API.DestroyContext(drv, display, ctx);
/external/mesa3d/src/egl/main/
H A Deglfallbacks.c66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse;
H A Degldisplay.c301 drv->API.DestroyContext(drv, display, ctx);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_screen.c247 .DestroyContext = nouveau_context_destroy,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Drealglx.c55 glx.DestroyContext = _real_glXDestroyContext;
H A Dglxapi.h68 void (*DestroyContext)(Display *dpy, GLXContext ctx); member in struct:_glxapi_table
/external/chromium_org/ui/base/ime/
H A Dinput_method_ibus.cc111 DestroyContext();
403 void InputMethodIBus::DestroyContext() { function in class:ui::InputMethodIBus
795 // DestroyContext has already been called.
875 DestroyContext();
880 DestroyContext();
H A Dinput_method_ibus.h109 void DestroyContext();
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_screen.c247 .DestroyContext = nouveau_context_destroy,
/external/mesa3d/src/mesa/drivers/x11/
H A Drealglx.c55 glx.DestroyContext = _real_glXDestroyContext;
H A Dglxapi.h68 void (*DestroyContext)(Display *dpy, GLXContext ctx); member in struct:_glxapi_table
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_wrapper.cc115 VAAPI_SYM(DestroyContext, vaapi_handle);
438 VAAPI_DLSYM_OR_RETURN_ON_ERROR(DestroyContext, vaapi_handle);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
H A Dearth.cc238 void DestroyContext();
406 DestroyContext();
682 DestroyContext();
855 void Planet::DestroyContext() {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c780 .DestroyContext = r200DestroyContext,
783 .DestroyContext = radeonDestroyContext,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c780 .DestroyContext = r200DestroyContext,
783 .DestroyContext = radeonDestroyContext,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c780 .DestroyContext = r200DestroyContext,
783 .DestroyContext = radeonDestroyContext,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c780 .DestroyContext = r200DestroyContext,
783 .DestroyContext = radeonDestroyContext,

Completed in 452 milliseconds

123