Lines Matching refs:TestTexture2DArray
1256 TestTexture2DArray::TestTexture2DArray(const tcu::TextureFormat &format, int width, int height, int… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1264 TestTexture2DArray::TestTexture2DArray(const tcu::CompressedTexFormat &format, int width, int heigh… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1278 TestTexture2DArray::~TestTexture2DArray(void) in ~TestTexture2DArray()
1282 int TestTexture2DArray::getNumLevels(void) const in getNumLevels()
1287 tcu::PixelBufferAccess TestTexture2DArray::getLevel(int level, int layer) in getLevel()
1298 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel(int level, int layer) const in getLevel()
1309 const tcu::Texture2DArray &TestTexture2DArray::getTexture(void) const in getTexture()
1314 tcu::Texture2DArray &TestTexture2DArray::getTexture(void) in getTexture()
1319 int TestTexture2DArray::getArraySize(void) const in getArraySize()
1324 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const in copy()
1329 … new TestTexture2DArray(format, m_texture.getWidth(), m_texture.getHeight(), getArraySize())); in copy()