Searched refs:n_dst_internalformat (Results 1 – 1 of 1) sorted by relevance
6074 unsigned int n_dst_internalformat = 0; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat() local6095 while (n_dst_internalformat < n_copyteximage_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6097 GLenum internalformat_at_n = getCopyTexImage2DInternalFormatAtIndex(n_dst_internalformat); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6102 ++n_dst_internalformat; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6105 DE_ASSERT(n_dst_internalformat != n_copyteximage_internalformats); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6106 if (n_dst_internalformat == n_copyteximage_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6110 …version_array_index = n_copyteximage_internalformats * n_src_internalformat + n_dst_internalformat; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()