Searched refs:textureFormatInfo (Results 1 – 1 of 1) sorted by relevance
967 static bool IsValidES3CopyTexImageCombination(const InternalFormat &textureFormatInfo, in IsValidES3CopyTexImageCombination() argument971 if (!ValidES3CopyConversion(textureFormatInfo.format, framebufferFormatInfo.format)) in IsValidES3CopyTexImageCombination()981 if ((textureFormatInfo.colorEncoding == GL_SRGB) != in IsValidES3CopyTexImageCombination()987 if (((textureFormatInfo.componentType == GL_INT) != in IsValidES3CopyTexImageCombination()989 ((textureFormatInfo.componentType == GL_UNSIGNED_INT) != in IsValidES3CopyTexImageCombination()995 if ((textureFormatInfo.componentType == GL_UNSIGNED_NORMALIZED || in IsValidES3CopyTexImageCombination()996 textureFormatInfo.componentType == GL_SIGNED_NORMALIZED) && in IsValidES3CopyTexImageCombination()1005 if (textureFormatInfo.componentType == GL_SIGNED_NORMALIZED) in IsValidES3CopyTexImageCombination()1015 if (!textureFormatInfo.sized && (framebufferFormatInfo.internalFormat == GL_RGB10_A2)) in IsValidES3CopyTexImageCombination()1059 if (GetEffectiveInternalFormat(framebufferFormatInfo, textureFormatInfo, in IsValidES3CopyTexImageCombination()[all …]