Lines Matching defs:TestTexture2DArray
1256 // TestTexture2DArray
1258 TestTexture2DArray::TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize)
1266 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize)
1280 TestTexture2DArray::~TestTexture2DArray (void)
1284 int TestTexture2DArray::getNumLevels (void) const
1289 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer)
1298 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const
1307 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const
1312 tcu::Texture2DArray& TestTexture2DArray::getTexture (void)
1317 int TestTexture2DArray::getArraySize (void) const
1322 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const
1326 de::MovePtr<TestTexture> texture (new TestTexture2DArray(format, m_texture.getWidth(), m_texture.getHeight(), getArraySize()));