Home
last modified time | relevance | path

Searched refs:tc_body_string (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTCTE.cpp3957 std::string tc_body_string = tc_body; in initTestDescriptor() local
3966 while ((token_index = tc_body_string.find(token_string)) != std::string::npos) in initTestDescriptor()
3968 tc_body_string = tc_body_string.replace(token_index, strlen(token_string), vertices_string); in initTestDescriptor()
3971 result_body = tc_body_string.c_str(); in initTestDescriptor()

Completed in 6 milliseconds