Searched refs:driGLFormatToImageFormat (Results 1 – 3 of 3) sorted by relevance
307 driGLFormatToImageFormat(mesa_format format);
314 img->dri_format = driGLFormatToImageFormat(rb->Format); in dri2_create_image_from_renderbuffer2()419 img->dri_format = driGLFormatToImageFormat(obj->Image[face][level]->TexFormat); in dri2_create_from_texture()
1163 driGLFormatToImageFormat(mesa_format format) in driGLFormatToImageFormat() function