Searched refs:token_index (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
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()
|
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()
|
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()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 42758 +- int token_index = 0; 42761 +- row_splits->data.i64[row_splits_index] = token_index; 42764 +- ++token_index; 42768 +- row_splits->data.i64[row_splits_index] = token_index; 42769 +- output_shape->data[0] = token_index; 43512 - int token_index = 0; 43515 - row_splits->data.i64[row_splits_index] = token_index; 43518 - ++token_index; 43522 - row_splits->data.i64[row_splits_index] = token_index; 43523 - output_shape->data[0] = token_index;
|