Searched refs:eglDestroyContext (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-symbols-check32 eglDestroyContext
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Deglfbdev.c243 eglDestroyContext(egl_dpy, egl_surf);
244 eglDestroyContext(egl_dpy, egl_ctx);
H A Des1_info.c285 eglDestroyContext(egl_dpy, egl_ctx);
H A Dmsaa.c433 eglDestroyContext(egl_dpy, egl_ctx);
H A Dtwo_win.c423 eglDestroyContext(egl_dpy, egl_ctx);
H A Dpbuffer.c599 eglDestroyContext(egl_dpy, egl_ctx);
H A Drender_tex.c650 eglDestroyContext(egl_dpy, egl_ctx);
H A Dtexture_from_pixmap.c536 eglDestroyContext(data->dpy, data->ctx);
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglentrypoint.h29 EGL_ENTRYPOINT(eglDestroyContext)
H A Deglapi.c804 eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function in typeref:typename:EGLBoolean EGLAPIENTRY
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglentrypoint.h29 EGL_ENTRYPOINT(eglDestroyContext)
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c251 eglDestroyContext(eglman->dpy, eglman->es_ctx);
252 eglDestroyContext(eglman->dpy, eglman->vg_ctx);
H A Dvgimage2tex.c241 eglDestroyContext(eglman->dpy, eglman->es_ctx);
242 eglDestroyContext(eglman->dpy, eglman->vg_ctx);
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut.c84 eglDestroyContext(_eglut->dpy, win->context);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglkms.c280 eglDestroyContext(dpy, ctx);
H A Dpeglgears.c461 eglDestroyContext(d, ctx);
H A Dxeglthreads.c586 eglDestroyContext(WinThreads[i].Display, WinThreads[i].Context);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2_info.c285 eglDestroyContext(egl_dpy, egl_ctx);
H A Des2tri.c517 eglDestroyContext(egl_dpy, egl_ctx);
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Deglcommon.c286 eglDestroyContext(egl_dpy, egl_ctx);
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h137 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_egl.c1016 eglDestroyContext(glamor_egl->display, glamor_egl->context);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h1333 #define eglDestroyContext epoxy_eglDestroyContext macro
H A Degl_generated_dispatch.c1326 0, // eglDestroyContext
4229 return egl_single_resolver(PROVIDER_EGL_10, 954 /* eglDestroyContext */);
5057 GEN_THUNKS_RET(EGLBoolean, eglDestroyContext, (EGLDisplay dpy, EGLContext ctx), (dpy, ctx))
5206 epoxy_eglDestroyContext_dispatch_table_rewrite_ptr, /* eglDestroyContext */

Completed in 30 milliseconds

12