Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp8363 std::string valid_shader_source; in test_shader_compilation() local
8488 valid_shader_source += comment; in test_shader_compilation()
8489 valid_shader_source += valid_definition; in test_shader_compilation()
8490 valid_shader_source += " a;\n\nvoid main()\n{\n"; in test_shader_compilation()
8491 valid_shader_source += valid_iteration; in test_shader_compilation()
8492 valid_shader_source += indent; in test_shader_compilation()
8493 valid_shader_source += indent_step; in test_shader_compilation()
8494 valid_shader_source += "atomicCounterIncrement( a"; in test_shader_compilation()
8495 valid_shader_source += indexing; in test_shader_compilation()
8496 valid_shader_source += " );\n"; in test_shader_compilation()
[all …]