Searched defs:with_format (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.c378 boolean with_format, int num_ins, int *num_outs)
382 if (with_format)
376 x11_drawable_get_buffers(struct x11_screen *xscr, Drawable drawable, int *width, int *height, unsigned int *attachments, boolean with_format, int num_ins, int *num_outs) argument
H A Dnative_dri2.c203 boolean with_format = FALSE; /* never ask for depth/stencil */ local
209 with_format = FALSE;
239 if (with_format)
243 if (with_format)
248 dri2atts, with_format, num_ins, &num_outs);
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri2.c89 boolean with_format; local
96 with_format = dri_with_format(drawable->sPriv);
101 if (!with_format)
116 if (!with_format)
176 if (with_format) {
182 if (with_format) {

Completed in 229 milliseconds