Searched refs:_mesa_unpack_format_to_base_format (Results 1 – 5 of 5) sorted by relevance
121 _mesa_unpack_format_to_base_format(GLenum format);
90 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()
1464 _mesa_unpack_format_to_base_format(GLenum format) in _mesa_unpack_format_to_base_format() function
237 GLenum dst_base_format = _mesa_unpack_format_to_base_format(format); in intel_readpixels_blorp()
3185 GLenum destBaseFormat = _mesa_unpack_format_to_base_format(destFormat); in decompress_texture_image()