Searched refs:CopyTest (Results 1 – 5 of 5) sorted by relevance
93 bool CopyTest(ByteArray* ba) { in CopyTest() function108 return CopyTest(ba); in ByteArrayTester()
5598 CopyTest::CopyTest(deqp::Context& context) in CopyTest() function in gl4cts::DirectStateAccess::Textures::CopyTest5615 glw::GLenum CopyTest::TextureTarget<1>() in TextureTarget()5620 glw::GLenum CopyTest::TextureTarget<2>() in TextureTarget()5625 glw::GLenum CopyTest::TextureTarget<3>() in TextureTarget()5636 bool CopyTest::CopyTextureSubImage1DAndCheckErrors(glw::GLuint texture, glw::GLint level, glw::GLin… in CopyTextureSubImage1DAndCheckErrors()5668 bool CopyTest::CopyTextureSubImage2DAndCheckErrors(glw::GLuint texture, glw::GLint level, glw::GLin… in CopyTextureSubImage2DAndCheckErrors()5701 bool CopyTest::CopyTextureSubImage3DAndCheckErrors(glw::GLuint texture, glw::GLint level, glw::GLin… in CopyTextureSubImage3DAndCheckErrors()5733 void CopyTest::CreateSourceTexture<1>() in CreateSourceTexture()5753 void CopyTest::CreateSourceTexture<2>() in CreateSourceTexture()5774 void CopyTest::CreateSourceTexture<3>() in CreateSourceTexture()[all …]
5580 class CopyTest : public deqp::TestCase class5584 CopyTest(deqp::Context& context);5590 CopyTest(const CopyTest& other);5591 CopyTest& operator=(const CopyTest& other);
467 addChild(new Textures::CopyTest(m_context)); in init()
111 TEST(RSAPrivateKeyUnitTest, CopyTest) { in TEST() argument