Searched refs:n_copyteximage_internalformats (Results 1 – 1 of 1) sorted by relevance
6068 …const unsigned int n_copyteximage_internalformats = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalForma… in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat() local6090 while (n_dst_internalformat < n_copyteximage_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6100 DE_ASSERT(n_dst_internalformat != n_copyteximage_internalformats); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6101 if (n_dst_internalformat == n_copyteximage_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()6105 …unsigned int conversion_array_index = n_copyteximage_internalformats * n_src_internalformat + n_ds… in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()