Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.h130 _mesa_get_linear_internalformat(GLenum format);
Dblit.c153 readFormat = _mesa_get_linear_internalformat(readFormat); in compatible_resolve_formats()
154 drawFormat = _mesa_get_linear_internalformat(drawFormat); in compatible_resolve_formats()
Dglformats.c1767 _mesa_get_linear_internalformat(GLenum format) in _mesa_get_linear_internalformat() function
Dteximage.c2446 if (_mesa_get_linear_internalformat(internalFormat) != internalFormat) { in copytexture_error_check()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c142 internalFormat = _mesa_get_linear_internalformat(internalFormat); in st_renderbuffer_alloc_storage()
Dst_format.c2358 internalFormat = _mesa_get_linear_internalformat(internalFormat); in st_QuerySamplesForFormat()