Home
last modified time | relevance | path

Searched refs:vl_dri2_format_for_depth (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys.h78 vl_dri2_format_for_depth(struct vl_screen *vscreen, int depth);
Dvl_winsys_dri.c240 templ.format = vl_dri2_format_for_depth(vscreen, depth); in vl_dri2_screen_texture_from_drawable()
353 vl_dri2_format_for_depth(struct vl_screen *vscreen, int depth) in vl_dri2_format_for_depth() function
Dvl_winsys_dri3.c239 templ.format = vl_dri2_format_for_depth(&scrn->base, scrn->depth); in dri3_alloc_back_buffer()
497 templ.format = vl_dri2_format_for_depth(&scrn->base, bp_reply->depth); in dri3_get_front_buffer()