Searched refs:replaceAllTokens (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 1024 replaceAllTokens(token_block_name, block_name, variable_definition); in getBlockVariableReference() 1427 void Utils::replaceAllTokens(const glw::GLchar* token, const glw::GLchar* text, std::string& string) in replaceAllTokens() function in gl4cts::GLSL420Pack::Utils 3285 …Utils::replaceAllTokens(token_assignment_after_operator_case, assignment_after_operator_case, sour… in replaceAllCaseTokens() 3286 …Utils::replaceAllTokens(token_assignment_before_operator_case, assignment_before_operator_case, so… in replaceAllCaseTokens() 3287 Utils::replaceAllTokens(token_comment, comment_case, source); in replaceAllCaseTokens() 3288 Utils::replaceAllTokens(token_function_case, function_case, source); in replaceAllCaseTokens() 3289 Utils::replaceAllTokens(token_next_to_termination, next_to_part_termination_case, source); in replaceAllCaseTokens() 3290 Utils::replaceAllTokens(token_termination, part_termination_case, source); in replaceAllCaseTokens() 3291 Utils::replaceAllTokens(token_preprocessor_between_case, preprocessor_between_case, source); in replaceAllCaseTokens() 3292 Utils::replaceAllTokens(token_preprocessor_inside_case, preprocessor_inside_case, source); in replaceAllCaseTokens() [all …]
|
D | gl4cEnhancedLayoutsTests.cpp | 1549 void replaceAllTokens(const GLchar* token, const GLchar* text, std::string& string) in replaceAllTokens() function 4919 replaceAllTokens("BINDING", binding, variable.m_descriptor.m_qualifiers); in replaceBinding() 7262 Utils::replaceAllTokens("ELSE", " else ", source); in test() 7266 Utils::replaceAllTokens("ELSE", "", source); in test() 7269 Utils::replaceAllTokens("PASSTHROUGH", passthrough.c_str(), source); in test() 8738 Utils::replaceAllTokens("PREFIX", prefix, verification); in test() 10711 Utils::replaceAllTokens("PREFIX", prefix, verification); in test() 13857 Utils::replaceAllTokens("INDEX", index, source); in test() 14266 Utils::replaceAllTokens("INDEX", index, source); in test() 14656 Utils::replaceAllTokens("TYPE", type_name, source); in test() [all …]
|
D | gl4cShadingLanguage420PackTests.hpp | 444 …static void replaceAllTokens(const glw::GLchar* token, const glw::GLchar* text, std::string& strin…
|
D | gl4cEnhancedLayoutsTests.hpp | 986 void replaceAllTokens(const glw::GLchar* token, const glw::GLchar* text, std::string& string);
|