HomeSort by: relevance | last modified time | path
    Searched refs:eglCreatePlatformPixmapSurface (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/egl/
egl-symbols-check 28 eglCreatePlatformPixmapSurface
  /xsrc/external/mit/MesaLib/dist/src/egl/main/
eglentrypoint.h 19 EGL_ENTRYPOINT(eglCreatePlatformPixmapSurface)
eglapi.c 1099 * [Like eglCreatePlatformWindowSurface,] eglCreatePlatformPixmapSurface
1155 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config,
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
eglentrypoint.h 19 EGL_ENTRYPOINT(eglCreatePlatformPixmapSurface)
eglapi.c 1038 * [Like eglCreatePlatformWindowSurface,] eglCreatePlatformPixmapSurface
1093 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config,
  /xsrc/external/mit/MesaLib.old/dist/include/EGL/
egl.h 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
  /xsrc/external/mit/MesaLib/dist/include/EGL/
egl.h 333 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
  /xsrc/external/mit/libepoxy/src/
egl_generated.h 1319 #define eglCreatePlatformPixmapSurface epoxy_eglCreatePlatformPixmapSurface
egl_generated_dispatch.c 973 0, // eglCreatePlatformPixmapSurface
4115 return egl_single_resolver(PROVIDER_EGL_15, 588 /* eglCreatePlatformPixmapSurface */);
5043 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformPixmapSurface, (EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLAttrib * attrib_list), (dpy, config, native_pixmap, attrib_list))
5192 epoxy_eglCreatePlatformPixmapSurface_dispatch_table_rewrite_ptr, /* eglCreatePlatformPixmapSurface */

Completed in 15 milliseconds