Home
last modified time | relevance | path

Searched refs:_mesa_unpack_format_to_base_format (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglformats.h121 _mesa_unpack_format_to_base_format(GLenum format);
Dreadpix.c90 GLenum dstBaseFormat = _mesa_unpack_format_to_base_format(format); in _mesa_get_readpixels_transfer_ops()
152 GLenum dstBaseFormat = _mesa_unpack_format_to_base_format(format); in _mesa_readpixels_needs_slow_path()
447 GLenum dstBaseFormat = _mesa_unpack_format_to_base_format(format); in read_rgba_pixels()
Dglformats.c1464 _mesa_unpack_format_to_base_format(GLenum format) in _mesa_unpack_format_to_base_format() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_read.c237 GLenum dst_base_format = _mesa_unpack_format_to_base_format(format); in intel_readpixels_blorp()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3185 GLenum destBaseFormat = _mesa_unpack_format_to_base_format(destFormat); in decompress_texture_image()