Home
last modified time | relevance | path

Searched refs:SmokeTest (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.hpp194 class SmokeTest : public deqp::TestCase class
198 SmokeTest(deqp::Context& context);
199 SmokeTest(deqp::Context& context, const glw::GLchar* name, const glw::GLchar* description);
310 class FunctionalTest : public SmokeTest
Dgl3cTextureSwizzleTests.cpp2403 const glw::GLsizei SmokeTest::m_depth = 1;
2404 const glw::GLsizei SmokeTest::m_height = 1;
2405 const glw::GLsizei SmokeTest::m_width = 1;
2406 const glw::GLsizei SmokeTest::m_output_height = 8;
2407 const glw::GLsizei SmokeTest::m_output_width = 8;
2413 SmokeTest::SmokeTest(deqp::Context& context) in SmokeTest() function in gl3cts::TextureSwizzle::SmokeTest
2429 SmokeTest::SmokeTest(deqp::Context& context, const glw::GLchar* name, const glw::GLchar* descriptio… in SmokeTest() function in gl3cts::TextureSwizzle::SmokeTest
2442 void SmokeTest::deinit() in deinit()
2475 tcu::TestNode::IterateResult SmokeTest::iterate() in iterate()
2548 void SmokeTest::deinitOutputTexture() in deinitOutputTexture()
[all …]
Dgl4cCopyImageTests.hpp196 class SmokeTest : public deqp::TestCase class
199 SmokeTest(deqp::Context& context);
200 virtual ~SmokeTest() in ~SmokeTest()
Dgl4cCopyImageTests.cpp3617 const GLuint SmokeTest::m_width = 16;
3618 const GLuint SmokeTest::m_height = 16;
3619 const GLuint SmokeTest::m_depth = 1;
3625 SmokeTest::SmokeTest(deqp::Context& context) in SmokeTest() function in gl4cts::CopyImage::SmokeTest
3665 void SmokeTest::clean() in clean()
3699 void SmokeTest::cleanPixels(GLubyte*& pixels) const in cleanPixels()
3717 bool SmokeTest::compareImages(const testCase& test_case, const GLubyte* left_data, const GLubyte* r… in compareImages()
3781 bool SmokeTest::copyAndVerify(const testCase& test_case, const GLubyte* src_pixels) in copyAndVerify()
3852 void SmokeTest::getPixels(GLuint name, const SmokeTest::testCase& test_case, GLubyte* out_pixels) c… in getPixels()
3882 tcu::TestNode::IterateResult SmokeTest::iterate() in iterate()
[all …]
/external/chromium-trace/catapult/common/eslint/eslint/
Dsmoke_test.py24 class SmokeTest(unittest.TestCase): class
/external/bsdiff/
Dbrotli_decompressor_unittest.cc34 TEST_F(BrotliDecompressorTest, SmokeTest) { in TEST_F() argument