Home
last modified time | relevance | path

Searched refs:CreatePixmapSurface (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/egl/main/
Deglfallbacks.c66 drv->API.CreatePixmapSurface = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
Deglapi.h89 _EGLSurface *(*CreatePixmapSurface)(_EGLDriver *drv, _EGLDisplay *dpy, member
Deglapi.c1030 surf = drv->API.CreatePixmapSurface(drv, disp, conf, native_pixmap, in _eglCreatePixmapSurfaceCommon()
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp347 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()
DlibEGL.cpp412 EGLSurface CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const … in CreatePixmapSurface() function
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp330 driver->API.CreatePixmapSurface = haiku_create_pixmap_surface; in _eglBuiltInDriver()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3195 dri2_drv->API.CreatePixmapSurface = dri2_create_pixmap_surface; in _eglBuiltInDriver()