Home
last modified time | relevance | path

Searched refs:tc_string (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp5178 std::string tc_string = tc_body; in initIterationSpecificProgramObject() local
5180 while ((token_location = tc_string.find(token_n_samples)) != std::string::npos) in initIterationSpecificProgramObject()
5182 tc_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject()
5185 while ((token_location = tc_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()
5187 tc_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()
5190 while ((token_location = tc_string.find(token_sample_fetch)) != std::string::npos) in initIterationSpecificProgramObject()
5192 tc_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string); in initIterationSpecificProgramObject()
5402 const char* tc_body_raw_ptr = tc_string.c_str(); in initIterationSpecificProgramObject()

Completed in 16 milliseconds