Home
last modified time | relevance | path

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

/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp513 …if (transferFormat.order == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureForm… in glReadPixels()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1034 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()
/external/deqp/framework/common/
DtcuTexture.hpp66 CHANNELORDER_LAST enumerator
112 : order (CHANNELORDER_LAST) in TextureFormat()
DtcuTexture.cpp182 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 <<()
DtcuTextureUtil.cpp1223 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 18); in getBorderColorReadSwizzle()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp141 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST < (1<<16)); in getInternalFormat()