Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp5459 const unsigned int n_effective_internalformats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in getFBOEffectiveInternalFormatAtIndex() local
5461 DE_ASSERT(index < n_effective_internalformats); in getFBOEffectiveInternalFormatAtIndex()
5462 if (index < n_effective_internalformats) in getFBOEffectiveInternalFormatAtIndex()
6075 const unsigned int n_effective_internalformats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering);
6080 while (n_src_internalformat < n_effective_internalformats)
6090 DE_ASSERT(n_src_internalformat != n_effective_internalformats);
6091 if (n_src_internalformat == n_effective_internalformats)

Completed in 13 milliseconds