Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6074 unsigned int n_dst_internalformat = 0; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat() local
6095 while (n_dst_internalformat < n_copyteximage_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6097 GLenum internalformat_at_n = getCopyTexImage2DInternalFormatAtIndex(n_dst_internalformat); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6102 ++n_dst_internalformat; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6105 DE_ASSERT(n_dst_internalformat != n_copyteximage_internalformats); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6106 if (n_dst_internalformat == n_copyteximage_internalformats) in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6110 …version_array_index = n_copyteximage_internalformats * n_src_internalformat + n_dst_internalformat; in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()