Searched refs:n_dst_internalformat (Results 1 – 1 of 1) sorted by relevance
6069 unsigned int n_dst_internalformat = 0; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat() local6090 while (n_dst_internalformat < n_copyteximage_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6092 GLenum internalformat_at_n = getCopyTexImage2DInternalFormatAtIndex(n_dst_internalformat); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6097 ++n_dst_internalformat; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6100 DE_ASSERT(n_dst_internalformat != n_copyteximage_internalformats); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6101 if (n_dst_internalformat == n_copyteximage_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6105 …version_array_index = n_copyteximage_internalformats * n_src_internalformat + n_dst_internalformat; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()