Searched refs:CreatePixmapSurface (Results 1 – 7 of 7) sorted by relevance
71 drv->API.CreatePixmapSurface = (CreatePixmapSurface_t) _eglReturnFalse; in _eglInitDriverFallbacks()
149 CreatePixmapSurface_t CreatePixmapSurface; member
555 surf = drv->API.CreatePixmapSurface(drv, disp, conf, pixmap, attrib_list); in eglCreatePixmapSurface()
971 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()
372 drv->API.CreatePixmapSurface = droid_create_pixmap_surface; in droid_init_driver_functions()
901 drv->API.CreatePixmapSurface = egl_g3d_create_pixmap_surface; in egl_g3d_init_driver_api()
1172 GLX_drv->Base.API.CreatePixmapSurface = GLX_eglCreatePixmapSurface; in _eglBuiltInDriverGLX()