Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp462 const char* vertex_ordering_token = "VERTEX_ORDERING"; 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.cpp2142 const char* vertex_ordering_token = "VERTEX_ORDERING"; 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()