Searched refs:sourceEffectiveFormat (Results 1 – 1 of 1) sorted by relevance
1034 const InternalFormat *sourceEffectiveFormat = nullptr; in IsValidES3CopyTexImageCombination() local1041 sourceEffectiveFormat = &framebufferFormatInfo; in IsValidES3CopyTexImageCombination()1048 sourceEffectiveFormat = in IsValidES3CopyTexImageCombination()1062 sourceEffectiveFormat = &GetSizedInternalFormatInfo(effectiveFormat); in IsValidES3CopyTexImageCombination()1078 sourceEffectiveFormat = &GetSizedInternalFormatInfo(GL_SRGB8_ALPHA8); in IsValidES3CopyTexImageCombination()1097 if (!EqualOrFirstZero(textureFormatInfo.redBits, sourceEffectiveFormat->redBits) || in IsValidES3CopyTexImageCombination()1098 !EqualOrFirstZero(textureFormatInfo.greenBits, sourceEffectiveFormat->greenBits) || in IsValidES3CopyTexImageCombination()1099 !EqualOrFirstZero(textureFormatInfo.blueBits, sourceEffectiveFormat->blueBits) || in IsValidES3CopyTexImageCombination()1100 !EqualOrFirstZero(textureFormatInfo.alphaBits, sourceEffectiveFormat->alphaBits)) in IsValidES3CopyTexImageCombination()