Searched refs:vertex_ordering_token_index (Results 1 – 2 of 2) sorted by relevance
463 std::size_t vertex_ordering_token_index = std::string::npos; in getGenericTECode() local510 while ((vertex_ordering_token_index = result.find(vertex_ordering_token)) != std::string::npos) in getGenericTECode()512 …result = result.replace(vertex_ordering_token_index, strlen(vertex_ordering_token), vertex_orderin… in getGenericTECode()514 vertex_ordering_token_index = result.find(vertex_ordering_token); in getGenericTECode()
2143 std::size_t vertex_ordering_token_index = std::string::npos; in getTessellationEvaluationShaderCode() local2188 while ((vertex_ordering_token_index = result.find(vertex_ordering_token)) != std::string::npos) in getTessellationEvaluationShaderCode()2190 …result = result.replace(vertex_ordering_token_index, strlen(vertex_ordering_token), vertex_orderin… in getTessellationEvaluationShaderCode()2192 vertex_ordering_token_index = result.find(vertex_ordering_token); in getTessellationEvaluationShaderCode()