Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglformats.h121 _mesa_unpack_format_to_base_format(GLenum format);
Dreadpix.c94 GLenum dstBaseFormat = _mesa_unpack_format_to_base_format(format); in _mesa_get_readpixels_transfer_ops()
163 GLenum dstBaseFormat = _mesa_unpack_format_to_base_format(format); in _mesa_readpixels_needs_slow_path()
458 GLenum dstBaseFormat = _mesa_unpack_format_to_base_format(format); in read_rgba_pixels()
Dglformats.c1468 _mesa_unpack_format_to_base_format(GLenum format) in _mesa_unpack_format_to_base_format() function