Searched refs:eglCreatePlatformPixmapSurfaceEXT (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglentrypoint.h20 EGL_ENTRYPOINT(eglCreatePlatformPixmapSurfaceEXT)
H A Deglapi.c959 * eglCreateWindowSurface() and eglCreatePlatformPixmapSurfaceEXT(). In
1013 * eglCreatePixmapSurface() and eglCreatePlatformPixmapSurfaceEXT(). In
1015 * `Pixmap`. In eglCreatePlatformPixmapSurfaceEXT(), the type is
1079 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, function in typeref:typename:EGLSurface EGLAPIENTRY
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglentrypoint.h20 EGL_ENTRYPOINT(eglCreatePlatformPixmapSurfaceEXT)
H A Deglapi.c1021 * eglCreateWindowSurface() and eglCreatePlatformPixmapSurfaceEXT(). In
1075 * eglCreatePixmapSurface() and eglCreatePlatformPixmapSurfaceEXT(). In
1077 * `Pixmap`. In eglCreatePlatformPixmapSurfaceEXT(), the type is
1141 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, function in typeref:typename:EGLSurface EGLAPIENTRY
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Deglext.h856 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list);
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Deglext.h881 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h1320 #define eglCreatePlatformPixmapSurfaceEXT epoxy_eglCreatePlatformPixmapSurfaceEXT macro
H A Degl_generated_dispatch.c1007 0, // eglCreatePlatformPixmapSurfaceEXT
4121 return egl_single_resolver(PROVIDER_EGL_EXT_platform_base, 619 /* eglCreatePlatformPixmapSurfaceEXT */);
5044 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformPixmapSurfaceEXT, (EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLint * attrib_list), (dpy, config, native_pixmap, attrib_list))
5193 epoxy_eglCreatePlatformPixmapSurfaceEXT_dispatch_table_rewrite_ptr, /* eglCreatePlatformPixmapSurfaceEXT */

Completed in 29 milliseconds