Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp461 std::string vertex_ordering_string; in getGenericTECode() local
476vertex_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()
DesextcTessellationShaderTCTE.cpp2141 std::string vertex_ordering_string; in getTessellationEvaluationShaderCode() local
2154vertex_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()