Home
last modified time | relevance | path

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

/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp510 …rder == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureFormat::CHANNELTYPE_LAST) in glReadPixels()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp135 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST < (1<<16)); in getInternalFormat()
303 return TextureFormat::CHANNELTYPE_LAST; in mapGLChannelType()
/external/deqp/framework/common/
DtcuTexture.hpp94 CHANNELTYPE_LAST enumerator
108 , type (CHANNELTYPE_LAST) in TextureFormat()
DtcuTexture.cpp438 if (type == CHANNELTYPE_LAST && order == CHANNELORDER_LAST) in getPixelSize()
3626 case TextureFormat::CHANNELTYPE_LAST: return str << "CHANNELTYPE_LAST"; in operator <<()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1008 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texImage3D()
1013 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texImage3D()
1275 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texSubImage3D()
1416 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in copyTexImage1D()
1464 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in copyTexImage2D()
1647 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texStorage2D()
1701 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texStorage3D()
2297 format.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in renderbufferStorage()
4619 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in readPixels()