Searched refs:eglDestroySurface (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-symbols-check34 eglDestroySurface
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglentrypoint.h32 EGL_ENTRYPOINT(eglDestroySurface)
H A Deglapi.c1139 eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function in typeref:typename:EGLBoolean EGLAPIENTRY
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglentrypoint.h32 EGL_ENTRYPOINT(eglDestroySurface)
H A Deglapi.c1200 eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function in typeref:typename:EGLBoolean EGLAPIENTRY
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtwo_win.c424 eglDestroySurface(egl_dpy, egl_surf1);
425 eglDestroySurface(egl_dpy, egl_surf2);
H A Des1_info.c286 eglDestroySurface(egl_dpy, egl_surf);
H A Dmsaa.c434 eglDestroySurface(egl_dpy, egl_surf);
H A Dpbuffer.c600 eglDestroySurface(egl_dpy, egl_surf);
H A Drender_tex.c651 eglDestroySurface(egl_dpy, egl_surf);
H A Dtexture_from_pixmap.c534 eglDestroySurface(data->dpy, data->surf);
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c248 eglDestroySurface(eglman->dpy, eglman->win_surface);
249 eglDestroySurface(eglman->dpy, eglman->pbuf_surface);
H A Dvgimage2tex.c238 eglDestroySurface(eglman->dpy, eglman->win_surface);
239 eglDestroySurface(eglman->dpy, eglman->pbuf_surface);
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut.c80 eglDestroySurface(_eglut->dpy, win->surface);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2_info.c286 eglDestroySurface(egl_dpy, egl_surf);
H A Des2tri.c518 eglDestroySurface(egl_dpy, egl_surf);
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Deglcommon.c287 eglDestroySurface(egl_dpy, egl_surf);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dpeglgears.c460 eglDestroySurface(d, surface);
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h138 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
/xsrc/external/mit/MesaLib/dist/docs/
H A Degl.rst184 through functions such as ``eglDestroySurface`` or ``eglMakeCurrent``.
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h1337 #define eglDestroySurface epoxy_eglDestroySurface macro
H A Degl_generated_dispatch.c1399 0, // eglDestroySurface
4277 return egl_single_resolver(PROVIDER_EGL_10, 1027 /* eglDestroySurface */);
5061 GEN_THUNKS_RET(EGLBoolean, eglDestroySurface, (EGLDisplay dpy, EGLSurface surface), (dpy, surface))
5210 epoxy_eglDestroySurface_dispatch_table_rewrite_ptr, /* eglDestroySurface */

Completed in 32 milliseconds