Searched refs:x11_drawable_get_depth (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
H A D | x11_screen.h | 71 x11_drawable_get_depth(struct x11_screen *xscr, Drawable drawable);
|
H A D | x11_screen.c | 62 /* cached values for x11_drawable_get_depth */ 190 x11_drawable_get_depth(struct x11_screen *xscr, Drawable drawable) function
|
H A D | native_ximage.c | 301 depth = x11_drawable_get_depth(xdpy->xscr, (Drawable) pix);
|
H A D | native_dri2.c | 510 depth = x11_drawable_get_depth(dri2dpy->xscr, (Drawable) pix); 705 depth = x11_drawable_get_depth(dri2dpy->xscr, (Drawable) pix);
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
H A D | x11_screen.h | 71 x11_drawable_get_depth(struct x11_screen *xscr, Drawable drawable);
|
H A D | x11_screen.c | 62 /* cached values for x11_drawable_get_depth */ 190 x11_drawable_get_depth(struct x11_screen *xscr, Drawable drawable) function
|
H A D | native_ximage.c | 301 depth = x11_drawable_get_depth(xdpy->xscr, (Drawable) pix);
|
H A D | native_dri2.c | 510 depth = x11_drawable_get_depth(dri2dpy->xscr, (Drawable) pix); 705 depth = x11_drawable_get_depth(dri2dpy->xscr, (Drawable) pix);
|
Completed in 110 milliseconds