Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_drawable.h110 dri_drawable_get_format(struct dri_drawable *drawable,
Ddri2.c379 dri_drawable_get_format(drawable, atts[i], &format, &bind); in dri2_drawable_get_buffers()
468 dri_drawable_get_format(drawable, statts[i], &pf, &bind); in dri_image_drawable_get_buffers()
760 dri_drawable_get_format(drawable, statt, &format, &bind); in dri2_allocate_textures()
842 dri_drawable_get_format(drawable, statt, &format, &bind); in dri2_allocate_textures()
Ddrisw.c302 dri_drawable_get_format(drawable, statts[i], &format, &bind); in drisw_allocate_textures()
Ddri_drawable.c304 dri_drawable_get_format(struct dri_drawable *drawable, in dri_drawable_get_format() function