Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h321 driGLFormatToImageFormat(mesa_format format);
Ddri_util.c1019 driGLFormatToImageFormat(mesa_format format) in driGLFormatToImageFormat() function
/external/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c297 img->dri_format = driGLFormatToImageFormat(rb->Format); in dri2_create_image_from_renderbuffer2()
373 img->dri_format = driGLFormatToImageFormat(obj->Image[face][level]->TexFormat); in dri2_create_from_texture()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c360 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_renderbuffer()
414 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_texture()
Dintel_context.c872 driGLFormatToImageFormat(format), in intel_update_image_buffers()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c578 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_renderbuffer()
635 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_texture()
Dbrw_context.c1893 driGLFormatToImageFormat(format), in intel_update_image_buffers()