/external/chromium_org/native_client_sdk/src/examples/api/gamepad/ |
gamepad.cc | 55 void DestroyContext(); 86 DestroyContext(); 97 DestroyContext(); 176 void GamepadInstance::DestroyContext() {
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
display.h | 72 void DestroyContext(EGLContext ctx);
|
display.cc | 256 void Display::DestroyContext(EGLContext ctx) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
dri_util.h | 93 void (*DestroyContext)(__DRIcontext *driContextPriv);
|
drisw_util.c | 211 driDriverAPI.DestroyContext(pcp);
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
dri_util.h | 93 void (*DestroyContext)(__DRIcontext *driContextPriv);
|
drisw_util.c | 211 driDriverAPI.DestroyContext(pcp);
|
/external/chromium_org/third_party/mesa/src/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;
|
/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;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_screen.c | 247 .DestroyContext = nouveau_context_destroy,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
realglx.c | 55 glx.DestroyContext = _real_glXDestroyContext;
|
glxapi.h | 68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
|
/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);
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_wrapper.cc | 127 VAAPI_SYM(DestroyContext, vaapi_handle); 459 VAAPI_DLSYM_OR_RETURN_ON_ERROR(DestroyContext, vaapi_handle);
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/ |
earth.cc | 225 void DestroyContext(); 399 DestroyContext(); 678 DestroyContext(); 869 void Planet::DestroyContext() {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_screen.c | 780 .DestroyContext = r200DestroyContext, 783 .DestroyContext = radeonDestroyContext,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_screen.c | 780 .DestroyContext = r200DestroyContext, 783 .DestroyContext = radeonDestroyContext,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/ |
drisw.c | 356 .DestroyContext = dri_destroy_context,
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
drisw.c | 356 .DestroyContext = dri_destroy_context,
|