Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.cpp466 std::string vertex_ordering_string; in getGenericTECode() local
481vertex_ordering_string = TessellationShaderUtils::getESTokenForVertexOrderingMode(vertex_ordering); in getGenericTECode()
489 vertex_ordering_string = helper_sstream.str(); in getGenericTECode()
517 …result.replace(vertex_ordering_token_index, strlen(vertex_ordering_token), vertex_ordering_string); in getGenericTECode()
H A DesextcTessellationShaderTCTE.cpp2158 std::string vertex_ordering_string; in getTessellationEvaluationShaderCode() local
2171vertex_ordering_string = TessellationShaderUtils::getESTokenForVertexOrderingMode(vertex_ordering); in getTessellationEvaluationShaderCode()
2179 vertex_ordering_string = helper_sstream.str(); in getTessellationEvaluationShaderCode()
2207 …result.replace(vertex_ordering_token_index, strlen(vertex_ordering_token), vertex_ordering_string); in getTessellationEvaluationShaderCode()