OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x11_drawable_get_depth
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.h
71
x11_drawable_get_depth
(struct x11_screen *xscr, Drawable drawable);
x11_screen.c
62
/* cached values for
x11_drawable_get_depth
*/
190
x11_drawable_get_depth
(struct x11_screen *xscr, Drawable drawable)
function
native_dri2.c
510
depth =
x11_drawable_get_depth
(dri2dpy->xscr, (Drawable) pix);
705
depth =
x11_drawable_get_depth
(dri2dpy->xscr, (Drawable) pix);
native_ximage.c
301
depth =
x11_drawable_get_depth
(xdpy->xscr, (Drawable) pix);
Completed in 68 milliseconds