Home
last modified time | relevance | path

Searched refs:CopyTest (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/test/
Dbyte_array_test.cc93 bool CopyTest(ByteArray* ba) { in CopyTest() function
108 return CopyTest(ba); in ByteArrayTester()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp5598 CopyTest::CopyTest(deqp::Context& context) in CopyTest() function in gl4cts::DirectStateAccess::Textures::CopyTest
5615 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 …]
Dgl4cDirectStateAccessTests.hpp5580 class CopyTest : public deqp::TestCase class
5584 CopyTest(deqp::Context& context);
5590 CopyTest(const CopyTest& other);
5591 CopyTest& operator=(const CopyTest& other);
Dgl4cDirectStateAccessTests.cpp467 addChild(new Textures::CopyTest(m_context)); in init()
/external/libchrome/crypto/
Drsa_private_key_unittest.cc111 TEST(RSAPrivateKeyUnitTest, CopyTest) { in TEST() argument