Lines Matching refs:find

3044 	if (std::find(extensions.begin(), extensions.end(), "GL_ARB_texture_view") == extensions.end())
3414 if (std::find(extensions.begin(), extensions.end(), "GL_ARB_texture_view") == extensions.end())
5120 while ((token_location = vs_string.find(token_n_samples)) != std::string::npos)
5125 while ((token_location = vs_string.find(token_sampler_declarations)) != std::string::npos)
5130 while ((token_location = vs_string.find(token_sample_fetch)) != std::string::npos)
5180 while ((token_location = tc_string.find(token_n_samples)) != std::string::npos)
5185 while ((token_location = tc_string.find(token_sampler_declarations)) != std::string::npos)
5190 while ((token_location = tc_string.find(token_sample_fetch)) != std::string::npos)
5245 while ((token_location = te_string.find(token_n_samples)) != std::string::npos)
5250 while ((token_location = te_string.find(token_sampler_declarations)) != std::string::npos)
5255 while ((token_location = te_string.find(token_sample_fetch)) != std::string::npos)
5334 while ((token_location = gs_string.find(token_n_samples)) != std::string::npos)
5339 while ((token_location = gs_string.find(token_sampler_declarations)) != std::string::npos)
5344 while ((token_location = gs_string.find(token_sample_fetch)) != std::string::npos)
5384 while ((token_location = fs_string.find(token_n_samples)) != std::string::npos)
5389 while ((token_location = fs_string.find(token_sampler_declarations)) != std::string::npos)
5394 while ((token_location = fs_string.find(token_sample_fetch)) != std::string::npos)
5755 while ((token_location = fs_body_string.find(n_max_samples_token)) != std::string::npos)
6316 if (std::find(extensions.begin(), extensions.end(), "GL_ARB_texture_view") == extensions.end())
6825 while ((token_position = vs_body.find(token_texture_data_type)) != std::string::npos)
6830 while ((token_position = vs_body.find(token_texture_sampler)) != std::string::npos)
6835 while ((token_position = vs_body.find(token_texture_swizzle)) != std::string::npos)
6840 while ((token_position = vs_body.find(token_view_data_type)) != std::string::npos)
6845 while ((token_position = vs_body.find(token_view_sampler)) != std::string::npos)
6850 while ((token_position = vs_body.find(token_view_swizzle)) != std::string::npos)
9700 if (std::find(extensions.begin(), extensions.end(), "GL_ARB_texture_view") == extensions.end())