HomeSort by relevance Sort by last modified time
    Searched refs:CreatePixmapSurface_t (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglfallbacks.c 71 drv->API.CreatePixmapSurface = (CreatePixmapSurface_t) _eglReturnFalse;
eglapi.h 62 typedef _EGLSurface *(*CreatePixmapSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
149 CreatePixmapSurface_t CreatePixmapSurface;
  /external/mesa3d/src/egl/main/
eglfallbacks.c 71 drv->API.CreatePixmapSurface = (CreatePixmapSurface_t) _eglReturnFalse;
eglapi.h 62 typedef _EGLSurface *(*CreatePixmapSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
149 CreatePixmapSurface_t CreatePixmapSurface;

Completed in 70 milliseconds