Searched refs:eglCreatePixmapSurface (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/egl/ |
| H A D | egl-symbols-check | 27 eglCreatePixmapSurface
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglentrypoint.h | 18 EGL_ENTRYPOINT(eglCreatePixmapSurface)
|
| H A D | eglapi.c | 1013 * 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 D | eglentrypoint.h | 18 EGL_ENTRYPOINT(eglCreatePixmapSurface)
|
| H A D | eglapi.c | 1075 * 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 D | eglut.c | 173 win->surface = eglCreatePixmapSurface(_eglut->dpy,
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | egl.h | 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | egl.h | 135 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 D | xeglgears.c | 527 eman->pix = eglCreatePixmapSurface(eman->dpy, eman->conf, 530 printf("eglCreatePixmapSurface() failed\n");
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 1317 #define eglCreatePixmapSurface epoxy_eglCreatePixmapSurface macro
|
| H A D | egl_generated_dispatch.c | 917 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