Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp8297 std::string valid_shader_source; in test_shader_compilation() local
8422 valid_shader_source += comment; in test_shader_compilation()
8423 valid_shader_source += valid_definition; in test_shader_compilation()
8424 valid_shader_source += " a;\n\nvoid main()\n{\n"; in test_shader_compilation()
8425 valid_shader_source += valid_iteration; in test_shader_compilation()
8426 valid_shader_source += indent; in test_shader_compilation()
8427 valid_shader_source += indent_step; in test_shader_compilation()
8428 valid_shader_source += "atomicCounterIncrement( a"; in test_shader_compilation()
8429 valid_shader_source += indexing; in test_shader_compilation()
8430 valid_shader_source += " );\n"; in test_shader_compilation()
[all …]