Home | History | Annotate | Download | only in pipeline

Lines Matching refs:TestTexture

42 class TestTexture;
99 const TestTexture& testTexture,
119 const TestTexture& srcTexture,
122 class TestTexture
125 TestTexture (const tcu::TextureFormat& format, int width, int height, int depth);
126 TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
127 virtual ~TestTexture (void);
144 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const = 0;
155 void copyToTexture (TestTexture&) const;
161 class TestTexture1D : public TestTexture
179 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
182 class TestTexture1DArray : public TestTexture
201 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
204 class TestTexture2D : public TestTexture
223 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
226 class TestTexture2DArray : public TestTexture
245 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
248 class TestTexture3D : public TestTexture
266 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
269 class TestTextureCube : public TestTexture
288 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
291 class TestTextureCubeArray: public TestTexture
310 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;