Lines Matching refs:strlen

5122 		vs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str());
5127 vs_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string);
5132 vs_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string);
5182 tc_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str());
5187 tc_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string);
5192 tc_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string);
5247 te_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str());
5252 te_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string);
5257 te_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string);
5336 gs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str());
5341 gs_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string);
5346 gs_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string);
5386 fs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str());
5391 fs_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string);
5396 fs_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_fs_string);
5757 fs_body_string.replace(token_location, strlen(n_max_samples_token), n_max_samples_sstream.str());
6827 vs_body.replace(token_position, strlen(token_texture_data_type), texture_sampler_data_type_glsl);
6832 vs_body.replace(token_position, strlen(token_texture_sampler), texture_sampler_glsl);
6837 vs_body.replace(token_position, strlen(token_texture_swizzle), texture_swizzle_glsl);
6842 vs_body.replace(token_position, strlen(token_view_data_type), view_sampler_data_type_glsl);
6847 vs_body.replace(token_position, strlen(token_view_sampler), view_sampler_glsl);
6852 vs_body.replace(token_position, strlen(token_view_swizzle), view_swizzle_glsl);