Home
last modified time | relevance | path

Searched refs:n_copyteximage_internalformats (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6068 …const unsigned int n_copyteximage_internalformats = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalForma… in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat() local
6090 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()