Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp5454 …const unsigned int n_effective_internalformats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrde… in getFBOEffectiveInternalFormatAtIndex() local
5456 DE_ASSERT(index < n_effective_internalformats); in getFBOEffectiveInternalFormatAtIndex()
5457 if (index < n_effective_internalformats) in getFBOEffectiveInternalFormatAtIndex()
6070 …const unsigned int n_effective_internalformats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrde… in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat() local
6075 while (n_src_internalformat < n_effective_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6085 DE_ASSERT(n_src_internalformat != n_effective_internalformats); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6086 if (n_src_internalformat == n_effective_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()