Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.h77 _mesa_is_depthstencil_format(GLenum format);
Dtexgetimage.c749 && !_mesa_is_depthstencil_format(baseFormat)) { in getteximage_error_check()
758 else if (_mesa_is_depthstencil_format(format) in getteximage_error_check()
759 && !_mesa_is_depthstencil_format(baseFormat)) { in getteximage_error_check()
Dglformats.c726 _mesa_is_depthstencil_format(GLenum format) in _mesa_is_depthstencil_format() function
Dteximage.c1861 (_mesa_is_depthstencil_format(internalFormat) != _mesa_is_depthstencil_format(format)) || in texture_error_check()
Dfbobject.c2649 _mesa_is_depthstencil_format(srcImage->InternalFormat) || in _mesa_GenerateMipmapEXT()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_mipmap_tree.c132 _mesa_is_depthstencil_format(_mesa_get_format_base_format(format)) && in intel_miptree_create_internal()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c132 _mesa_is_depthstencil_format(_mesa_get_format_base_format(format)) && in intel_miptree_create_internal()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_mipmap_tree.c132 _mesa_is_depthstencil_format(_mesa_get_format_base_format(format)) && in intel_miptree_create_internal()