Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri2.c89 boolean with_format; in dri2_drawable_get_buffers() local
96 with_format = dri_with_format(drawable->sPriv); in dri2_drawable_get_buffers()
101 if (!with_format) in dri2_drawable_get_buffers()
116 if (!with_format) in dri2_drawable_get_buffers()
176 if (with_format) { in dri2_drawable_get_buffers()
182 if (with_format) { in dri2_drawable_get_buffers()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dnative_dri2.c203 boolean with_format = FALSE; /* never ask for depth/stencil */ in dri2_surface_get_buffers() local
209 with_format = FALSE; in dri2_surface_get_buffers()
239 if (with_format) in dri2_surface_get_buffers()
243 if (with_format) in dri2_surface_get_buffers()
248 dri2atts, with_format, num_ins, &num_outs); in dri2_surface_get_buffers()
Dx11_screen.h130 boolean with_format, int num_ins, int *num_outs);
Dx11_screen.c378 boolean with_format, int num_ins, int *num_outs) in x11_drawable_get_buffers() argument
382 if (with_format) in x11_drawable_get_buffers()