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.h279 driGLFormatToImageFormat(mesa_format format);
Ddri_util.c840 driGLFormatToImageFormat(mesa_format format) in driGLFormatToImageFormat() function
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c355 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_renderbuffer()
409 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_texture()
Dintel_context.c882 driGLFormatToImageFormat(format), in intel_update_image_buffers()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c468 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_renderbuffer()
523 image->dri_format = driGLFormatToImageFormat(image->format); in intel_create_image_from_texture()
Dbrw_context.c1754 driGLFormatToImageFormat(format), in intel_update_image_buffers()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri2.c1226 img->dri_format = driGLFormatToImageFormat(obj->Image[face][level]->TexFormat); in dri2_create_from_texture()