Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.h103 _mesa_is_depth_or_stencil_format(GLenum format);
Dmultisample.c264 if (_mesa_is_depth_or_stencil_format(internalFormat)) in _mesa_check_sample_count()
Dtexstore.c924 if (_mesa_is_depth_or_stencil_format(baseInternalFormat)) { in _mesa_texstore()
Dglformats.c1311 _mesa_is_depth_or_stencil_format(GLenum format) in _mesa_is_depth_or_stencil_format() function
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c2162 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_choose_renderbuffer_format()
2250 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_ChooseTextureFormat()
2349 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_QuerySamplesForFormat()
2415 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_QueryInternalFormat()