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

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp1428 std::string getFragmentShader(bool include_duplicate_function);
1429 std::string getGeometryShader(bool include_duplicate_function);
1430 std::string getTessellationControlShader(bool include_duplicate_function);
1431 std::string getTessellationEvaluationShader(bool include_duplicate_function);
1432 std::string getVertexShader(bool include_duplicate_function);
H A Dgl4cShaderSubroutineTests.cpp13723 * @param include_duplicate_function flag is set to true.
13725 * @param include_duplicate_function As per description.
13729 std::string NegativeTest10::getFragmentShader(bool include_duplicate_function) argument
13748 if (include_duplicate_function)
13767 * @param include_duplicate_function flag is set to true.
13769 * @param include_duplicate_function As per description.
13773 std::string NegativeTest10::getGeometryShader(bool include_duplicate_function) argument
13794 if (include_duplicate_function)
13815 * @param include_duplicate_function flag is set to true.
13817 * @param include_duplicate_function A
13821 getTessellationControlShader(bool include_duplicate_function) argument
13876 getTessellationEvaluationShader(bool include_duplicate_function) argument
13925 getVertexShader(bool include_duplicate_function) argument
[all...]

Completed in 1537 milliseconds