Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformatquery.c1122 _mesa_is_depthstencil_format(internalformat)) in _mesa_GetInternalformativ()
1134 _mesa_is_depthstencil_format(internalformat)) in _mesa_GetInternalformativ()
1321 !_mesa_is_depthstencil_format(internalformat)) in _mesa_GetInternalformativ()
1474 if (!_mesa_is_depthstencil_format(internalformat)) { in _mesa_GetInternalformativ()
Dglformats.h103 _mesa_is_depthstencil_format(GLenum format);
Dgenmipmap.c101 !_mesa_is_depthstencil_format(internalformat) && in _mesa_is_valid_generate_texture_mipmap_internalformat()
Dtexgetimage.c1163 && !_mesa_is_depthstencil_format(baseFormat)) { in teximage_error_check()
1175 && !_mesa_is_depthstencil_format(baseFormat) in teximage_error_check()
1187 else if (_mesa_is_depthstencil_format(format) in teximage_error_check()
1188 && !_mesa_is_depthstencil_format(baseFormat)) { in teximage_error_check()
Dframebuffer.c950 _mesa_is_depthstencil_format(format)) { in _mesa_get_read_renderbuffer_for_format()
Dglformats.c1299 _mesa_is_depthstencil_format(GLenum format) in _mesa_is_depthstencil_format() function
Dteximage.c1742 _mesa_is_depthstencil_format(internalFormat); in texture_formats_agree()
1746 _mesa_is_depthstencil_format(format); in texture_formats_agree()