Lines Matching refs:TestTexture
41 class TestTexture;
89 const TestTexture& testTexture,
92 class TestTexture
95 TestTexture (const tcu::TextureFormat& format, int width, int height, int depth);
96 TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
97 virtual ~TestTexture (void);
125 class TestTexture1D : public TestTexture
141 class TestTexture1DArray : public TestTexture
158 class TestTexture2D : public TestTexture
174 class TestTexture2DArray : public TestTexture
191 class TestTexture3D : public TestTexture
207 class TestTextureCube : public TestTexture
224 class TestTextureCubeArray: public TestTexture