Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_helpers.c290 img->dri_format = driGLFormatToImageFormat(rb->Format); in dri2_create_image_from_renderbuffer2()
372 img->dri_format = driGLFormatToImageFormat(obj->Image[face][level]->TexFormat); in dri2_create_from_texture()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h313 driGLFormatToImageFormat(mesa_format format);
Ddri_util.c874 driGLFormatToImageFormat(mesa_format format) in driGLFormatToImageFormat() function
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c363 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_renderbuffer()
417 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_texture()
Dintel_context.c876 driGLFormatToImageFormat(format), in intel_update_image_buffers()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c524 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_renderbuffer()
581 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_texture()
Dbrw_context.c1725 driGLFormatToImageFormat(format), in intel_update_image_buffers()