Lines Matching defs:copyTexImage2DInternalFormatOrdering
121 const GLenum copyTexImage2DInternalFormatOrdering[] = { GL_RGBA,
5484 const unsigned int n_internalformats = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering);
5488 return copyTexImage2DInternalFormatOrdering[index];
6073 const unsigned int n_copyteximage_internalformats = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering);
6513 const int n_dst_internal_formats = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering);
6522 GLenum dst_internalformat = copyTexImage2DInternalFormatOrdering[n_dst_internal_format];
8242 sizeof(copyTexImage2DInternalFormatOrdering) / sizeof(copyTexImage2DInternalFormatOrdering[0]);
8328 int max_index = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering);
8331 if (copyTexImage2DInternalFormatOrdering[index] == internalformat)
10051 int dstInternalFormatsCount = DE_LENGTH_OF_ARRAY(copyTexImage2DInternalFormatOrdering);
10060 GLenum dstInternalFormat = copyTexImage2DInternalFormatOrdering[dstInternalFormatUndex];