Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp1364 std::string getFragmentShader(bool include_duplicate_function);
1365 std::string getGeometryShader(bool include_duplicate_function);
1366 std::string getTessellationControlShader(bool include_duplicate_function);
1367 std::string getTessellationEvaluationShader(bool include_duplicate_function);
1368 std::string getVertexShader(bool include_duplicate_function);
Dgl4cShaderSubroutineTests.cpp12995 std::string NegativeTest10::getFragmentShader(bool include_duplicate_function) in getFragmentShader() argument
13014 if (include_duplicate_function) in getFragmentShader()
13039 std::string NegativeTest10::getGeometryShader(bool include_duplicate_function) in getGeometryShader() argument
13060 if (include_duplicate_function) in getGeometryShader()
13087 std::string NegativeTest10::getTessellationControlShader(bool include_duplicate_function) in getTessellationControlShader() argument
13107 if (include_duplicate_function) in getTessellationControlShader()
13142 std::string NegativeTest10::getTessellationEvaluationShader(bool include_duplicate_function) in getTessellationEvaluationShader() argument
13162 if (include_duplicate_function) in getTessellationEvaluationShader()
13191 std::string NegativeTest10::getVertexShader(bool include_duplicate_function) in getVertexShader() argument
13209 if (include_duplicate_function) in getVertexShader()