Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp2987 const glw::GLchar* token_n_gl_clipdistance_entries = "N_GL_CLIPDISTANCE_ENTRIES"; in iterate() local
3170 while ((token_position = vs_body_string.find(token_n_gl_clipdistance_entries)) != std::string::npos) in iterate()
3172 vs_body_string = vs_body_string.replace(token_position, strlen(token_n_gl_clipdistance_entries), in iterate()
3178 vs_body_string = vs_body_string.replace(token_position, strlen(token_n_gl_clipdistance_entries), in iterate()

Completed in 7 milliseconds