Searched refs:vertex_ordering_string (Results 1 – 2 of 2) sorted by relevance
461 std::string vertex_ordering_string; in getGenericTECode() local476 …vertex_ordering_string = TessellationShaderUtils::getESTokenForVertexOrderingMode(vertex_ordering); in getGenericTECode()484 vertex_ordering_string = helper_sstream.str(); in getGenericTECode()512 …result.replace(vertex_ordering_token_index, strlen(vertex_ordering_token), vertex_ordering_string); in getGenericTECode()
2141 std::string vertex_ordering_string; in getTessellationEvaluationShaderCode() local2154 …vertex_ordering_string = TessellationShaderUtils::getESTokenForVertexOrderingMode(vertex_ordering); in getTessellationEvaluationShaderCode()2162 vertex_ordering_string = helper_sstream.str(); in getTessellationEvaluationShaderCode()2190 …result.replace(vertex_ordering_token_index, strlen(vertex_ordering_token), vertex_ordering_string); in getTessellationEvaluationShaderCode()