Searched refs:IsSizedInternalFormat (Results 1 – 3 of 3) sorted by relevance
48 bool IsSizedInternalFormat(GLint internalformat); // Not compressed.
351 bool IsSizedInternalFormat(GLint internalformat) in IsSizedInternalFormat() function879 if(!IsSizedInternalFormat(internalformat)) in ValidateTextureFormatType()
3635 if(!IsSizedInternalFormat(internalformat) && !isCompressed) in TexStorage2D()3717 if(!IsSizedInternalFormat(internalformat) && !IsCompressed(internalformat)) in TexStorage3D()