Home
last modified time | relevance | path

Searched refs:driGLFormatToImageFormat (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h321 driGLFormatToImageFormat(mesa_format format);
Ddri_util.c1019 driGLFormatToImageFormat(mesa_format format) in driGLFormatToImageFormat() function
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c315 img->dri_format = driGLFormatToImageFormat(rb->Format); in dri2_create_image_from_renderbuffer2()
413 img->dri_format = driGLFormatToImageFormat(obj->Image[face][level]->TexFormat); in dri2_create_from_texture()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c375 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_renderbuffer()
429 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_texture()
Dintel_context.c872 driGLFormatToImageFormat(format), in intel_update_image_buffers()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.c586 image->dri_format = driGLFormatToImageFormat(image->format); in brw_create_image_from_renderbuffer()
644 image->dri_format = driGLFormatToImageFormat(image->format); in brw_create_image_from_texture()
Dbrw_context.c1944 driGLFormatToImageFormat(format), in brw_update_image_buffers()