/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglapi.h | 144 DestroyContext_t DestroyContext;
|
/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);
|
dri_util.c | 321 * This function calls __DriverAPIRec::DestroyContext on \p contextPrivate, calls 328 driDriverAPI.DestroyContext(pcp);
|
/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;
|
/external/mesa3d/src/egl/main/ |
eglapi.h | 144 DestroyContext_t DestroyContext;
|
/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/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;
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglMacApi.cpp | 178 bool destroyContext(EGLNativeDisplayType dpy,EGLNativeContextType ctx) {
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.cpp | 116 int Renderer::destroyContext(RenderingThread *thread, const ClientHandle &handle)
|
/external/deqp/modules/egl/ |
teglGLES2SharingTests.cpp | 170 void destroyContext (EGLDisplay display, EGLContext context); 210 void GLES2SharingTest::destroyContext (EGLDisplay display, EGLContext context) 313 destroyContext(display.getEGLDisplay(), contextB); 315 destroyContext(display.getEGLDisplay(), contextA); 320 destroyContext(display.getEGLDisplay(), contextA); 322 destroyContext(display.getEGLDisplay(), contextB); [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
XF86dri.c | 369 TRACE("DestroyContext..."); 380 TRACE("DestroyContext... return True");
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_screen.c | 780 .DestroyContext = r200DestroyContext, 783 .DestroyContext = radeonDestroyContext,
|
/external/mesa3d/src/glx/ |
XF86dri.c | 369 TRACE("DestroyContext..."); 380 TRACE("DestroyContext... return True");
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_screen.c | 780 .DestroyContext = r200DestroyContext, 783 .DestroyContext = radeonDestroyContext,
|
/hardware/intel/common/libva/va/x11/ |
va_dri.c | 385 TRACE("DestroyContext..."); 396 TRACE("DestroyContext... return True");
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
display.cc | 254 void Display::DestroyContext(EGLContext ctx) {
|
egl.cc | 325 display->DestroyContext(ctx);
|
/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/ |
drisw.c | 356 .DestroyContext = dri_destroy_context,
|