Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp121 const GLenum copyTexImage2DInternalFormatOrdering[] = { GL_RGBA, variable
5479 const unsigned int n_internalformats = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering); in getCopyTexImage2DInternalFormatAtIndex()
5483 return copyTexImage2DInternalFormatOrdering[index]; in getCopyTexImage2DInternalFormatAtIndex()
6068 …gned int n_copyteximage_internalformats = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering); in isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat()
6508 const int n_dst_internal_formats = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering); in iterate()
6517 GLenum dst_internalformat = copyTexImage2DInternalFormatOrdering[n_dst_internal_format]; in iterate()
8237 sizeof(copyTexImage2DInternalFormatOrdering) / sizeof(copyTexImage2DInternalFormatOrdering[0]); in findEntryInConversionDatabase()
8323 int max_index = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering); in getIndexOfCopyTexImage2DInternalFormat()
8326 if (copyTexImage2DInternalFormatOrdering[index] == internalformat) in getIndexOfCopyTexImage2DInternalFormat()
10047 int dstInternalFormatsCount = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering); in iterate()
[all …]