Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.h43 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map);
Dformat_utils.c175 _mesa_compute_component_mapping(GL_RGBA, baseFormat, rgba2base); in _mesa_compute_rgba2base2rgba_component_mapping()
176 _mesa_compute_component_mapping(baseFormat, GL_RGBA, base2rgba); in _mesa_compute_rgba2base2rgba_component_mapping()
Dglformats.c204 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map) in _mesa_compute_component_mapping() function