Searched refs:CHANNELORDER_LAST (Results 1 – 6 of 6) sorted by relevance
513 …if (transferFormat.order == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureForm… in glReadPixels()
1034 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texImage3D()1039 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST || in texImage3D()1295 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST || in texSubImage3D()1436 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in copyTexImage1D()1484 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in copyTexImage2D()1667 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texStorage2D()1721 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texStorage3D()2317 RC_IF_ERROR(format.order == TextureFormat::CHANNELORDER_LAST || in renderbufferStorage()4598 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST || in readPixels()
66 CHANNELORDER_LAST enumerator112 : order (CHANNELORDER_LAST) in TextureFormat()
182 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 18); in getNumUsedChannels()392 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 18); in getChannelReadSwizzle()439 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 18); in getChannelWriteSwizzle()495 if (type == CHANNELTYPE_LAST && order == CHANNELORDER_LAST) in getPixelSize()3363 return str << de::getSizedArrayElement<TextureFormat::CHANNELORDER_LAST>(orderStrings, order); in operator <<()
1223 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 18); in getBorderColorReadSwizzle()
141 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST < (1<<16)); in getInternalFormat()