Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglfallbacks.c71 drv->API.CreatePixmapSurface = (CreatePixmapSurface_t) _eglReturnFalse; in _eglInitDriverFallbacks()
Deglapi.h149 CreatePixmapSurface_t CreatePixmapSurface; member
Deglapi.c555 surf = drv->API.CreatePixmapSurface(drv, disp, conf, pixmap, attrib_list); in eglCreatePixmapSurface()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c971 drv->API.CreatePixmapSurface = dri2_create_pixmap_surface; in dri2_initialize_x11_swrast()
1049 drv->API.CreatePixmapSurface = dri2_create_pixmap_surface; in dri2_initialize_x11_dri2()
Dplatform_android.c372 drv->API.CreatePixmapSurface = droid_create_pixmap_surface; in droid_init_driver_functions()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c901 drv->API.CreatePixmapSurface = egl_g3d_create_pixmap_surface; in egl_g3d_init_driver_api()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c1172 GLX_drv->Base.API.CreatePixmapSurface = GLX_eglCreatePixmapSurface; in _eglBuiltInDriverGLX()