Lines Matching refs:TestTexture3D
1333 // TestTexture3D
1335 TestTexture3D::TestTexture3D (const tcu::TextureFormat& format, int width, int height, int depth)
1343 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth)
1351 TestTexture3D::~TestTexture3D (void)
1355 int TestTexture3D::getNumLevels (void) const
1360 tcu::PixelBufferAccess TestTexture3D::getLevel (int level, int layer)
1367 const tcu::ConstPixelBufferAccess TestTexture3D::getLevel (int level, int layer) const
1374 const tcu::Texture3D& TestTexture3D::getTexture (void) const
1379 tcu::Texture3D& TestTexture3D::getTexture (void)
1384 de::MovePtr<TestTexture> TestTexture3D::copy(const tcu::TextureFormat format) const
1388 de::MovePtr<TestTexture> texture (new TestTexture3D(format, m_texture.getWidth(), m_texture.getHeight(), m_texture.getDepth()));