Searched refs:SmokeTest (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.hpp | 194 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
|
D | gl3cTextureSwizzleTests.cpp | 2399 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 …]
|
D | gl4cCopyImageTests.hpp | 196 class SmokeTest : public deqp::TestCase class 199 SmokeTest(deqp::Context& context); 200 virtual ~SmokeTest() in ~SmokeTest()
|
D | gl4cCopyImageTests.cpp | 3604 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/ |
D | SmokeTest.java | 18 public class SmokeTest { class
|
D | FlutterTestSuite.java | 20 SmokeTest.class,
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | XdsInteropClientTest.cs | 88 public async Task SmokeTest() in SmokeTest() method in Grpc.IntegrationTesting.XdsInteropClientTest
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | BUILD.gn | 387 "test/io/flutter/SmokeTest.java",
|