Searched refs:vertex_ordering_string (Results 1 – 2 of 2) sorted by relevance
466 std::string vertex_ordering_string; in getGenericTECode() local481 …vertex_ordering_string = TessellationShaderUtils::getESTokenForVertexOrderingMode(vertex_ordering); in getGenericTECode()489 vertex_ordering_string = helper_sstream.str(); in getGenericTECode()517 …result.replace(vertex_ordering_token_index, strlen(vertex_ordering_token), vertex_ordering_string); in getGenericTECode()
2158 std::string vertex_ordering_string; in getTessellationEvaluationShaderCode() local2171 …vertex_ordering_string = TessellationShaderUtils::getESTokenForVertexOrderingMode(vertex_ordering); in getTessellationEvaluationShaderCode()2179 vertex_ordering_string = helper_sstream.str(); in getTessellationEvaluationShaderCode()2207 …result.replace(vertex_ordering_token_index, strlen(vertex_ordering_token), vertex_ordering_string); in getTessellationEvaluationShaderCode()