Searched refs:CreatePixmapSurface (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglfallbacks.c66 drv->API.CreatePixmapSurface = (void*) _eglReturnFalse;
H A Deglapi.h92 _EGLSurface *(*CreatePixmapSurface)(_EGLDriver *drv, _EGLDisplay *disp, member in struct:_egl_api
H A Deglapi.c1058 surf = drv->API.CreatePixmapSurface(drv, disp, conf, native_pixmap,
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp331 driver->API.CreatePixmapSurface = haiku_create_pixmap_surface;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp320 .CreatePixmapSurface = haiku_create_pixmap_surface,
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldriver.h104 _EGLSurface *(*CreatePixmapSurface)(_EGLDisplay *disp, _EGLConfig *config, member in struct:_egl_driver
H A Deglapi.c1121 surf = disp->Driver->CreatePixmapSurface(disp, conf, native_pixmap, attrib_list);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c3306 dri2_drv->API.CreatePixmapSurface = dri2_create_pixmap_surface;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c3690 .CreatePixmapSurface = dri2_create_pixmap_surface,

Completed in 18 milliseconds