Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp5384 std::string fs_string = fs_body; in initIterationSpecificProgramObject() local
5386 while ((token_location = fs_string.find(token_n_samples)) != std::string::npos) in initIterationSpecificProgramObject()
5388 fs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject()
5391 while ((token_location = fs_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()
5393fs_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()
5396 while ((token_location = fs_string.find(token_sample_fetch)) != std::string::npos) in initIterationSpecificProgramObject()
5398 fs_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_fs_string); in initIterationSpecificProgramObject()
5402 const char* fs_body_raw_ptr = fs_string.c_str(); in initIterationSpecificProgramObject()