Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6076 unsigned int n_src_internalformat = 0; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat() local
6080 while (n_src_internalformat < n_effective_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6082 GLenum internalformat_at_n = getFBOEffectiveInternalFormatAtIndex(n_src_internalformat); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6087 ++n_src_internalformat; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6090 DE_ASSERT(n_src_internalformat != n_effective_internalformats); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6091 if (n_src_internalformat == n_effective_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6110 …unsigned int conversion_array_index = n_copyteximage_internalformats * n_src_internalformat + n_ds… in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()