Searched refs:eglCreatePixmapSurface (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-symbols-check27 eglCreatePixmapSurface
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglentrypoint.h18 EGL_ENTRYPOINT(eglCreatePixmapSurface)
H A Deglapi.c1013 * eglCreatePixmapSurface() and eglCreatePlatformPixmapSurfaceEXT(). In
1014 * eglCreatePixmapSurface(), the type of `native_pixmap` is an Xlib
1067 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, function in typeref:typename:EGLSurface EGLAPIENTRY
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglentrypoint.h18 EGL_ENTRYPOINT(eglCreatePixmapSurface)
H A Deglapi.c1075 * eglCreatePixmapSurface() and eglCreatePlatformPixmapSurfaceEXT(). In
1076 * eglCreatePixmapSurface(), the type of `native_pixmap` is an Xlib
1129 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, function in typeref:typename:EGLSurface EGLAPIENTRY
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut.c173 win->surface = eglCreatePixmapSurface(_eglut->dpy,
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h135 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglgears.c527 eman->pix = eglCreatePixmapSurface(eman->dpy, eman->conf,
530 printf("eglCreatePixmapSurface() failed\n");
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h1317 #define eglCreatePixmapSurface epoxy_eglCreatePixmapSurface macro
H A Degl_generated_dispatch.c917 0, // eglCreatePixmapSurface
4103 return egl_single_resolver(PROVIDER_EGL_10, 540 /* eglCreatePixmapSurface */);
5041 GEN_THUNKS_RET(EGLSurface, eglCreatePixmapSurface, (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint * attrib_list), (dpy, config, pixmap, attrib_list))
5190 epoxy_eglCreatePixmapSurface_dispatch_table_rewrite_ptr, /* eglCreatePixmapSurface */

Completed in 22 milliseconds