Searched refs:CreatePixmapSurface (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglfallbacks.c | 66 drv->API.CreatePixmapSurface = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
|
D | eglapi.h | 89 _EGLSurface *(*CreatePixmapSurface)(_EGLDriver *drv, _EGLDisplay *dpy, member
|
D | eglapi.c | 1030 surf = drv->API.CreatePixmapSurface(drv, disp, conf, native_pixmap, in _eglCreatePixmapSurfaceCommon()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 347 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const … 442 return egl::CreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface() 673 this->eglCreatePixmapSurface = egl::CreatePixmapSurface; in LibEGLexports()
|
D | libEGL.cpp | 412 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const … in CreatePixmapSurface() function
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 330 driver->API.CreatePixmapSurface = haiku_create_pixmap_surface; in _eglBuiltInDriver()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3195 dri2_drv->API.CreatePixmapSurface = dri2_create_pixmap_surface; in _eglBuiltInDriver()
|