Searched refs:decompressedInternalFormat (Results 1 – 3 of 3) sorted by relevance
48 GLenum decompressedInternalFormat(GLEScontext* ctx, GLenum compressedFormat);
276 GLenum decompressedInternalFormat(GLEScontext* ctx, GLenum compressedFormat) { in decompressedInternalFormat() function417 GLint convertedInternalFormat = decompressedInternalFormat(ctx, internalformat); in doCompressedTexImage2D()556 GLint convertedInternalFormat = decompressedInternalFormat(ctx, internalformat); in doCompressedTexImage2D()
1020 …hroughCompressedFormat(ctx, internalformat) ? internalformat : decompressedInternalFormat(ctx, int… in s_glInitTexImage2D()