Searched refs:vertex_ordering_token (Results 1 – 2 of 2) sorted by relevance
462 const char* vertex_ordering_token = "VERTEX_ORDERING"; 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()
2142 const char* vertex_ordering_token = "VERTEX_ORDERING"; 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()