Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp4876 std::size_t token_location = std::string::npos; in initIterationSpecificProgramObject() local
5122 while ((token_location = vs_string.find(token_n_samples)) != std::string::npos) in initIterationSpecificProgramObject()
5124 vs_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject()
5127 while ((token_location = vs_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()
5129 …vs_string.replace(token_location, strlen(token_sampler_declarations), sampler_declarations_string); in initIterationSpecificProgramObject()
5132 while ((token_location = vs_string.find(token_sample_fetch)) != std::string::npos) in initIterationSpecificProgramObject()
5134 vs_string.replace(token_location, strlen(token_sample_fetch), sample_fetch_string); in initIterationSpecificProgramObject()
5182 while ((token_location = tc_string.find(token_n_samples)) != std::string::npos) in initIterationSpecificProgramObject()
5184 tc_string.replace(token_location, strlen(token_n_samples), n_samples_sstream.str()); in initIterationSpecificProgramObject()
5187 while ((token_location = tc_string.find(token_sampler_declarations)) != std::string::npos) in initIterationSpecificProgramObject()
[all …]
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp1377 std::size_t token_location = std::string::npos; in setUpFunctionalTestObjects() local
1380 while ((token_location = body_ptr->find(token)) != std::string::npos) in setUpFunctionalTestObjects()
1382 body_ptr->replace(token_location, token.length(), value); in setUpFunctionalTestObjects()