Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp7779 std::string input_source; in test_shader_compilation() local
7783 output_variable_shader_source, input_source, output_source); in test_shader_compilation()
7795 this->prepare_fragment_shader(input_shader_type, input_source, output_source); in test_shader_compilation()
7797 this->prepare_geometry_shader(input_shader_type, input_source, output_source); in test_shader_compilation()
7799 this->prepare_tess_ctrl_shader_source(input_shader_type, input_source, output_source); in test_shader_compilation()
7801 this->prepare_tess_eval_shader_source(input_shader_type, input_source, output_source); in test_shader_compilation()
7803 this->prepare_vertex_shader(input_shader_type, input_source, output_source); in test_shader_compilation()
7812 this->prepare_fragment_shader(input_shader_type, input_source, output_source); in test_shader_compilation()
7814 this->prepare_vertex_shader(input_shader_type, input_source, output_source); in test_shader_compilation()
7821 this->execute_negative_test(input_shader_type, input_source); in test_shader_compilation()
[all …]
Des31cArrayOfArraysTests.hpp2123 const std::string& input_source, const std::string& output_source);
2125 const std::string& input_source, const std::string& output_source);
2127 …nst typename TestCaseBase<API>::TestShaderType& input_shader_type, const std::string& input_source,
2130 …nst typename TestCaseBase<API>::TestShaderType& input_shader_type, const std::string& input_source,
2133 const std::string& input_source, const std::string& output_source);
2137 std::string& input_source, std::string& output_source);