Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp177 const GLenum fboEffectiveInternalFormatOrdering[] = { variable
5459 … unsigned int n_effective_internalformats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in getFBOEffectiveInternalFormatAtIndex()
5463 return fboEffectiveInternalFormatOrdering[index]; in getFBOEffectiveInternalFormatAtIndex()
6075 … unsigned int n_effective_internalformats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6514 const int n_fbo_internal_formats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in iterate()
6517 GLenum fbo_internalformat = fboEffectiveInternalFormatOrdering[n_fbo_internal_format]; in iterate()
8347 int max_index = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in getIndexOfFramebufferEffectiveInternalFormat()
8350 if (fboEffectiveInternalFormatOrdering[index] == internalformat) in getIndexOfFramebufferEffectiveInternalFormat()
10052 const int fboInternalFormatsCount = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in iterate()
10055 GLenum fboInternalIormat = fboEffectiveInternalFormatOrdering[fboInternalFormatIndex]; in iterate()