Lines Matching refs:SmokeTest
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()
2556 void SmokeTest::deinitTextures() in deinitTextures()
2576 void SmokeTest::captureAndVerify(const testCase& test_case, size_t output_format_index, glw::GLint … in captureAndVerify()
2608 void SmokeTest::draw(glw::GLenum target, const glw::GLint* texture_swizzle, bool use_rgba_enum) in draw()
2658 void SmokeTest::executeTestCase(const testCase& test_case) in executeTestCase()
2713 bool SmokeTest::fillSourceTexture(size_t format_idx, size_t target_idx) in fillSourceTexture()
2767 std::string SmokeTest::getFragmentShader(const testCase& test_case, size_t output_format_index, boo… in getFragmentShader()
2836 std::string SmokeTest::getVertexShader(const testCase& test_case, bool is_tested_stage) in getVertexShader()
2908 bool SmokeTest::isTargetSupported(size_t target_idx) in isTargetSupported()
2935 bool SmokeTest::isTargetSuppByAccess(size_t access_idx, size_t target_idx) in isTargetSuppByAccess()
2990 bool SmokeTest::isTargetSuppByFormat(size_t format_idx, size_t target_idx) in isTargetSuppByFormat()
3040 void SmokeTest::logTestCaseDetials(const testCase& test_case) in logTestCaseDetials()
3079 void SmokeTest::prepareAndTestProgram(const testCase& test_case, size_t output_format_index, in prepareAndTestProgram()
3128 std::string SmokeTest::prepareArguments(const testCase& test_case) in prepareArguments()
3197 std::string SmokeTest::prepareCoordinates(const testCase& test_case) in prepareCoordinates()
3289 std::string SmokeTest::prepareDerivatives(const testCase& test_case, size_t index) in prepareDerivatives()
3346 std::string SmokeTest::prepareOffsets(const testCase& test_case) in prepareOffsets()
3394 void SmokeTest::prepareOutputTexture(size_t format_idx) in prepareOutputTexture()
3418 std::string SmokeTest::prepareSample() in prepareSample()
3440 void SmokeTest::prepareSourceTexture(size_t format_idx, size_t target_idx, glw::GLint out_sizes[4]) in prepareSourceTexture()
3605 void SmokeTest::testInit() in testInit()
3666 void SmokeTest::verifyOutputImage(const testCase& test_case, size_t /* output_format_index */, in verifyOutputImage()
3702 : SmokeTest(context, "functional", in FunctionalTest()
4244 addChild(new TextureSwizzle::SmokeTest(m_context)); in iterate()