Searched refs:effectiveInternalFormat (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dglformats.c2800 GLenum effectiveInternalFormat = local in function:_mesa_gles_error_check_format_and_type
2803 if (effectiveInternalFormat == GL_NONE)
2817 _mesa_base_tex_format(ctx, effectiveInternalFormat);
2823 internalFormat = effectiveInternalFormat;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglformats.c2823 GLenum effectiveInternalFormat = local in function:_mesa_gles_error_check_format_and_type
2826 if (effectiveInternalFormat == GL_NONE)
2840 _mesa_base_tex_format(ctx, effectiveInternalFormat);
2846 internalFormat = effectiveInternalFormat;

Completed in 11 milliseconds