Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp177 const GLenum fboEffectiveInternalFormatOrdering[] = { variable
5454 … unsigned int n_effective_internalformats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in getFBOEffectiveInternalFormatAtIndex()
5458 return fboEffectiveInternalFormatOrdering[index]; in getFBOEffectiveInternalFormatAtIndex()
6070 … unsigned int n_effective_internalformats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6509 const int n_fbo_internal_formats = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in iterate()
6512 GLenum fbo_internalformat = fboEffectiveInternalFormatOrdering[n_fbo_internal_format]; in iterate()
8342 int max_index = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in getIndexOfFramebufferEffectiveInternalFormat()
8345 if (fboEffectiveInternalFormatOrdering[index] == internalformat) in getIndexOfFramebufferEffectiveInternalFormat()
10048 const int fboInternalFormatsCount = DE_LENGTH_OF_ARRAY(fboEffectiveInternalFormatOrdering); in iterate()
10051 GLenum fboInternalIormat = fboEffectiveInternalFormatOrdering[fboInternalFormatIndex]; in iterate()