Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp5242 std::string te_string = te_body; in initIterationSpecificProgramObject() local
5244 while ((token_location = te_string.find(token_n_samples)) != std::string::npos) in initIterationSpecificProgramObject()
5246 te_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject()
5249 while ((token_location = te_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()
5251te_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()
5254 while ((token_location = te_string.find(token_sample_fetch)) != std::string::npos) in initIterationSpecificProgramObject()
5256 te_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string); in initIterationSpecificProgramObject()
5402 const char *te_body_raw_ptr = te_string.c_str(); in initIterationSpecificProgramObject()