Lines Matching refs:TestTexture2DArray
1248 TestTexture2DArray::TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, in… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1256 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int heig… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1270 TestTexture2DArray::~TestTexture2DArray (void) in ~TestTexture2DArray()
1274 int TestTexture2DArray::getNumLevels (void) const in getNumLevels()
1279 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) in getLevel()
1288 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const in getLevel()
1297 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const in getTexture()
1302 tcu::Texture2DArray& TestTexture2DArray::getTexture (void) in getTexture()
1307 int TestTexture2DArray::getArraySize (void) const in getArraySize()
1312 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const in copy()
1316 …de::MovePtr<TestTexture> texture (new TestTexture2DArray(format, m_texture.getWidth(), m_texture.g… in copy()