Lines Matching refs:TestTexture1DArray
1108 // TestTexture1DArray
1110 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize)
1118 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize)
1132 TestTexture1DArray::~TestTexture1DArray (void)
1136 int TestTexture1DArray::getNumLevels (void) const
1141 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer)
1150 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) const
1159 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const
1164 tcu::Texture1DArray& TestTexture1DArray::getTexture (void)
1169 int TestTexture1DArray::getArraySize (void) const
1174 de::MovePtr<TestTexture> TestTexture1DArray::copy(const tcu::TextureFormat format) const
1178 de::MovePtr<TestTexture> texture (new TestTexture1DArray(format, m_texture.getWidth(), getArraySize()));