Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp5332 std::string gs_string = gs_body; in initIterationSpecificProgramObject() local
5334 while ((token_location = gs_string.find(token_n_samples)) != std::string::npos) in initIterationSpecificProgramObject()
5336 gs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject()
5339 while ((token_location = gs_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()
5341gs_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()
5344 while ((token_location = gs_string.find(token_sample_fetch)) != std::string::npos) in initIterationSpecificProgramObject()
5346 gs_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string); in initIterationSpecificProgramObject()
5401 const char* gs_body_raw_ptr = gs_string.c_str(); in initIterationSpecificProgramObject()