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

  /external/mesa3d/src/egl/main/
eglfallbacks.c 66 drv->API.CreatePixmapSurface = (void*) _eglReturnFalse;
eglapi.h 89 _EGLSurface *(*CreatePixmapSurface)(_EGLDriver *drv, _EGLDisplay *dpy,
eglapi.c 1030 surf = drv->API.CreatePixmapSurface(drv, disp, conf, native_pixmap,
    [all...]
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 330 driver->API.CreatePixmapSurface = haiku_create_pixmap_surface;
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 347 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
442 return egl::CreatePixmapSurface(dpy, config, pixmap, attrib_list);
673 this->eglCreatePixmapSurface = egl::CreatePixmapSurface;
libEGL.cpp 412 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]

Completed in 578 milliseconds