Searched refs:tested_snippet (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cArrayOfArraysTests.hpp | 278 … const std::string &tested_snippet, typename TestCaseBase<API>::TestShaderType tested_shader_type, 1474 … const std::string &tested_declaration, const std::string &tested_snippet); 1477 … const std::string &tested_declaration, const std::string &tested_snippet); 1480 … const std::string &tested_declaration, const std::string &tested_snippet); 1483 … const std::string &tested_declaration, const std::string &tested_snippet); 1486 … const std::string &tested_declaration, const std::string &tested_snippet); 1489 … const std::string &tested_declaration, const std::string &tested_snippet); 1492 … const std::string &tested_declaration, const std::string &tested_snippet); 1495 … const std::string &tested_declaration, const std::string &tested_snippet);
|
H A D | es31cArrayOfArraysTests.cpp | 592 …int TestCaseBase<API>::compile_shader_and_get_compilation_result(const std::string &tested_snippet, in compile_shader_and_get_compilation_result() argument 619 if (true == tested_snippet.empty()) in compile_shader_and_get_compilation_result() 659 shader_source += tested_snippet; in compile_shader_and_get_compilation_result() 3735 const std::string &tested_snippet) in execute_dispatch_test() argument 3738 prepare_compute_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_dispatch_test() 3828 const std::string &tested_snippet) in execute_draw_test() argument 3836 this->prepare_fragment_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_draw_test() 3838 this->prepare_geometry_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_draw_test() 3840 this->prepare_tess_ctrl_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_draw_test() 3842 this->prepare_tess_eval_shader(tested_shader_type, tested_declaration, tested_snippet); in execute_draw_test() [all …]
|