Home
last modified time | relevance | path

Searched refs:vs_string (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp5120 std::string vs_string = vs_body; in initIterationSpecificProgramObject() local
5122 while ((token_location = vs_string.find(token_n_samples)) != std::string::npos) in initIterationSpecificProgramObject()
5124 vs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject()
5127 while ((token_location = vs_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()
5129vs_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()
5132 while ((token_location = vs_string.find(token_sample_fetch)) != std::string::npos) in initIterationSpecificProgramObject()
5134 vs_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string); in initIterationSpecificProgramObject()
5406 const char* vs_body_raw_ptr = vs_string.c_str(); in initIterationSpecificProgramObject()