Home
last modified time | relevance | path

Searched refs:tested_snippet (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.hpp277 const std::string& tested_snippet, typename TestCaseBase<API>::TestShaderType tested_shader_type,
1470 const std::string& tested_declaration, const std::string& tested_snippet);
1473 const std::string& tested_declaration, const std::string& tested_snippet);
1476 const std::string& tested_declaration, const std::string& tested_snippet);
1479 const std::string& tested_declaration, const std::string& tested_snippet);
1482 const std::string& tested_declaration, const std::string& tested_snippet);
1485 const std::string& tested_declaration, const std::string& tested_snippet);
1488 const std::string& tested_declaration, const std::string& tested_snippet);
1491 const std::string& tested_declaration, const std::string& tested_snippet);
Des31cArrayOfArraysTests.cpp583 …int TestCaseBase<API>::compile_shader_and_get_compilation_result(const std::string& tested_snippet, in compile_shader_and_get_compilation_result() argument
610 if (true == tested_snippet.empty()) in compile_shader_and_get_compilation_result()
650 shader_source += tested_snippet; in compile_shader_and_get_compilation_result()
3651 const std::string& tested_snippet) in execute_dispatch_test() argument
3654 prepare_compute_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_dispatch_test()
3744 const std::string& tested_snippet) in execute_draw_test() argument
3752 this->prepare_fragment_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_draw_test()
3754 this->prepare_geometry_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_draw_test()
3756 this->prepare_tess_ctrl_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_draw_test()
3758 this->prepare_tess_eval_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_draw_test()
[all …]