Home
last modified time | relevance | path

Searched refs:x11_drawable_get_depth (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dx11_screen.h71 x11_drawable_get_depth(struct x11_screen *xscr, Drawable drawable);
Dnative_dri2.c510 depth = x11_drawable_get_depth(dri2dpy->xscr, (Drawable) pix); in dri2_display_create_pixmap_surface()
705 depth = x11_drawable_get_depth(dri2dpy->xscr, (Drawable) pix); in dri2_display_get_pixmap_format()
Dx11_screen.c190 x11_drawable_get_depth(struct x11_screen *xscr, Drawable drawable) in x11_drawable_get_depth() function
Dnative_ximage.c301 depth = x11_drawable_get_depth(xdpy->xscr, (Drawable) pix); in get_pixmap_format()