Searched refs:_mesa_is_color_format (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dglformats.h90 _mesa_is_color_format(GLenum format);
H A Dformatquery.c1110 if (_mesa_is_color_format(internalformat))
1145 if (!_mesa_is_color_format(internalformat))
1224 if (!_mesa_is_color_format(internalformat))
1245 !_mesa_is_color_format(internalformat)) {
H A Dreadpix.c1080 _mesa_is_color_format(format) &&
1125 if (ctx->Extensions.EXT_texture_integer && _mesa_is_color_format(format)) {
H A Dframebuffer.c943 if (_mesa_is_color_format(format)) {
H A Dtexgetimage.c1148 if (_mesa_is_color_format(format)
1149 && !_mesa_is_color_format(baseFormat)) {
H A Dteximage.c1771 colorFormat = _mesa_is_color_format(format);
1773 if (_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat)
2402 if (_mesa_is_color_format(internalFormat)) {
2496 if (_mesa_is_color_format(internalFormat)) {
2660 if (_mesa_is_color_format(texImage->InternalFormat)) {
H A Dglformats.c984 _mesa_is_color_format(GLenum format) function in typeref:typename:GLboolean
H A Dbufferobj.c395 if (!_mesa_is_color_format(format)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglformats.h91 _mesa_is_color_format(GLenum format);
H A Dformatquery.c1120 if (_mesa_is_color_format(internalformat))
1155 if (!_mesa_is_color_format(internalformat))
1234 if (!_mesa_is_color_format(internalformat))
1255 !_mesa_is_color_format(internalformat)) {
H A Dreadpix.c1088 _mesa_is_color_format(format) &&
1133 if (ctx->Extensions.EXT_texture_integer && _mesa_is_color_format(format)) {
H A Dframebuffer.c930 if (_mesa_is_color_format(format)) {
H A Dtexgetimage.c1155 if (_mesa_is_color_format(format)
1156 && !_mesa_is_color_format(baseFormat)) {
H A Dteximage.c1750 colorFormat = _mesa_is_color_format(format);
1752 if (_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat)
2409 if (_mesa_is_color_format(internalFormat)) {
2499 if (_mesa_is_color_format(internalFormat)) {
2663 if (_mesa_is_color_format(texImage->InternalFormat)) {
H A Dglformats.c984 _mesa_is_color_format(GLenum format) function in typeref:typename:GLboolean
H A Dbufferobj.c409 if (!_mesa_is_color_format(format)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c2137 if (_mesa_is_color_format(format)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c2104 if (_mesa_is_color_format(format)) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst1555 \_mesa_is_color_format

Completed in 58 milliseconds