Lines Matching refs:token
261 /** Replace all occurance of <token> with <text> in <string>
263 * @param token Token string
264 * @param text String that will be used as replacement for <token>
267 void replaceToken(const GLchar* token, const GLchar* text, std::string& string)
270 const size_t token_length = strlen(token);
273 while ((token_position = string.find(token, 0)) != std::string::npos)
590 /** Create set of token strings fit to texture verifying shader
596 * @return target Structure of token strings
2477 /** Create set of token strings fit to lookup functions verifying shader
2485 * @return Returns extended token strings structure.
2893 // Make token copy to work on