Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp2399 const glw::GLsizei SmokeTest::m_depth = 1;
2400 const glw::GLsizei SmokeTest::m_height = 1;
2401 const glw::GLsizei SmokeTest::m_width = 1;
2402 const glw::GLsizei SmokeTest::m_output_height = 8;
2403 const glw::GLsizei SmokeTest::m_output_width = 8;
2409 SmokeTest::SmokeTest(deqp::Context& context) in SmokeTest() function in gl3cts::TextureSwizzle::SmokeTest
2425 SmokeTest::SmokeTest(deqp::Context& context, const glw::GLchar* name, const glw::GLchar* descriptio… in SmokeTest() function in gl3cts::TextureSwizzle::SmokeTest
2438 void SmokeTest::deinit() in deinit()
2471 tcu::TestNode::IterateResult SmokeTest::iterate() in iterate()
2544 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.cpp3604 const GLuint SmokeTest::m_width = 16;
3605 const GLuint SmokeTest::m_height = 16;
3606 const GLuint SmokeTest::m_depth = 1;
3612 SmokeTest::SmokeTest(deqp::Context& context) in SmokeTest() function in gl4cts::CopyImage::SmokeTest
3652 void SmokeTest::clean() in clean()
3686 void SmokeTest::cleanPixels(GLubyte*& pixels) const in cleanPixels()
3704 bool SmokeTest::compareImages(const testCase& test_case, const GLubyte* left_data, const GLubyte* r… in compareImages()
3768 bool SmokeTest::copyAndVerify(const testCase& test_case, const GLubyte* src_pixels) in copyAndVerify()
3839 void SmokeTest::getPixels(GLuint name, const SmokeTest::testCase& test_case, GLubyte* out_pixels) c… in getPixels()
3869 tcu::TestNode::IterateResult SmokeTest::iterate() in iterate()
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/
DSmokeTest.java18 public class SmokeTest { class
DFlutterTestSuite.java20 SmokeTest.class,
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DXdsInteropClientTest.cs88 public async Task SmokeTest() in SmokeTest() method in Grpc.IntegrationTesting.XdsInteropClientTest
/third_party/flutter/engine/flutter/shell/platform/android/
DBUILD.gn387 "test/io/flutter/SmokeTest.java",