Searched refs:token_index (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderUtils.cpp | 408 std::size_t token_index = std::string::npos; in getGenericTCCode() local 416 while ((token_index = result.find(token)) != std::string::npos) in getGenericTCCode() 418 result = result.replace(token_index, token.length(), n_patch_vertices_raw_ptr); in getGenericTCCode() 420 token_index = result.find(token); in getGenericTCCode()
|
H A D | esextcTessellationShaderTessellation.cpp | 928 std::size_t token_index = std::string::npos; in getTCCode() local 930 while ((token_index = result.find(token)) != std::string::npos) in getTCCode() 932 result = result.replace(token_index, token.length(), n_patch_vertices_string.c_str()); in getTCCode() 934 token_index = result.find(token); in getTCCode() 984 std::size_t token_index = std::string::npos; in getTECode() local 986 while ((token_index = result.find(token)) != std::string::npos) in getTECode() 988 result = result.replace(token_index, token.length(), primitive_mode_string.c_str()); in getTECode() 990 token_index = result.find(token); in getTECode()
|
H A D | esextcTessellationShaderTCTE.cpp | 3418 std::size_t token_index; in initTestDescriptor() local 3425 token_index = te_body_string.find(token); in initTestDescriptor() 3427 while (token_index != std::string::npos) in initTestDescriptor() 3429 te_body_string = te_body_string.replace(token_index, token.length(), vertex_spacing_string.c_str()); in initTestDescriptor() 3431 token_index = te_body_string.find(token); in initTestDescriptor() 3958 std::size_t token_index = -1; 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()
|
Completed in 10 milliseconds