/external/mesa3d/src/mesa/drivers/dri/common/ |
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;
|
glxapi.h | 68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglMacApi.cpp | 161 bool destroyContext(EGLNativeDisplayType dpy,EGLNativeContextType ctx) {
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.cpp | 116 int Renderer::destroyContext(RenderingThread *thread, const ClientHandle &handle)
|
/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/common/ |
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/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,
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
display.cc | 256 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,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxapi.h | 68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglDisplay.java | 148 protected void destroyContext(){
|
/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/mesa3d/src/gallium/state_trackers/dri/sw/ |
drisw.c | 356 .DestroyContext = dri_destroy_context,
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
GL2JNIView.java | 89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
GLPerfView.java | 89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
GLDualGL2View.java | 92 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
MosaicRendererSurfaceView.java | 112 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
|