Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp5245 std::string te_string = te_body; in initIterationSpecificProgramObject() local
5247 while ((token_location = te_string.find(token_n_samples)) != std::string::npos) in initIterationSpecificProgramObject()
5249 te_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject()
5252 while ((token_location = te_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()
5254te_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()
5257 while ((token_location = te_string.find(token_sample_fetch)) != std::string::npos) in initIterationSpecificProgramObject()
5259 te_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string); in initIterationSpecificProgramObject()
5405 const char* te_body_raw_ptr = te_string.c_str(); in initIterationSpecificProgramObject()