Home
last modified time | relevance | path

Searched refs:vertex_ordering_token_index (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp463 std::size_t vertex_ordering_token_index = std::string::npos; in getGenericTECode() local
510 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()
DesextcTessellationShaderTCTE.cpp2143 std::size_t vertex_ordering_token_index = std::string::npos; in getTessellationEvaluationShaderCode() local
2188 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()