Lines Matching refs:TestTexture1D
1046 // TestTexture1D
1048 TestTexture1D::TestTexture1D (const tcu::TextureFormat& format, int width)
1056 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width)
1064 TestTexture1D::~TestTexture1D (void)
1068 int TestTexture1D::getNumLevels (void) const
1073 tcu::PixelBufferAccess TestTexture1D::getLevel (int level, int layer)
1080 const tcu::ConstPixelBufferAccess TestTexture1D::getLevel (int level, int layer) const
1087 const tcu::Texture1D& TestTexture1D::getTexture (void) const
1092 tcu::Texture1D& TestTexture1D::getTexture (void)
1097 de::MovePtr<TestTexture> TestTexture1D::copy(const tcu::TextureFormat format) const
1101 de::MovePtr<TestTexture> texture (new TestTexture1D(format, m_texture.getWidth()));