Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c3387 _mesa_texstore_rgba_uint8(TEXSTORE_PARAMS) in _mesa_texstore_rgba_uint8() function
4154 table[MESA_FORMAT_ALPHA_UINT8] = _mesa_texstore_rgba_uint8; in _mesa_get_texstore_func()
4161 table[MESA_FORMAT_INTENSITY_UINT8] = _mesa_texstore_rgba_uint8; in _mesa_get_texstore_func()
4168 table[MESA_FORMAT_LUMINANCE_UINT8] = _mesa_texstore_rgba_uint8; in _mesa_get_texstore_func()
4175 table[MESA_FORMAT_LUMINANCE_ALPHA_UINT8] = _mesa_texstore_rgba_uint8; in _mesa_get_texstore_func()
4195 table[MESA_FORMAT_R_UINT8] = _mesa_texstore_rgba_uint8; in _mesa_get_texstore_func()
4196 table[MESA_FORMAT_RG_UINT8] = _mesa_texstore_rgba_uint8; in _mesa_get_texstore_func()
4197 table[MESA_FORMAT_RGB_UINT8] = _mesa_texstore_rgba_uint8; in _mesa_get_texstore_func()
4198 table[MESA_FORMAT_RGBA_UINT8] = _mesa_texstore_rgba_uint8; in _mesa_get_texstore_func()