Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp8373 std::string valid_shader_source; in test_shader_compilation() local
8498 valid_shader_source += comment; in test_shader_compilation()
8499 valid_shader_source += valid_definition; in test_shader_compilation()
8500 valid_shader_source += " a;\n\nvoid main()\n{\n"; in test_shader_compilation()
8501 valid_shader_source += valid_iteration; in test_shader_compilation()
8502 valid_shader_source += indent; in test_shader_compilation()
8503 valid_shader_source += indent_step; in test_shader_compilation()
8504 valid_shader_source += "atomicCounterIncrement( a"; in test_shader_compilation()
8505 valid_shader_source += indexing; in test_shader_compilation()
8506 valid_shader_source += " );\n"; in test_shader_compilation()
[all …]