Searched refs:replaceAllTokens (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cShadingLanguage420PackTests.cpp | 1024 replaceAllTokens(token_block_name, block_name, variable_definition); in getBlockVariableReference() 1425 void Utils::replaceAllTokens(const glw::GLchar* token, const glw::GLchar* text, std::string& string) in replaceAllTokens() function in gl4cts::GLSL420Pack::Utils 3282 …Utils::replaceAllTokens(token_assignment_after_operator_case, assignment_after_operator_case, sour… in replaceAllCaseTokens() 3283 …Utils::replaceAllTokens(token_assignment_before_operator_case, assignment_before_operator_case, so… in replaceAllCaseTokens() 3284 Utils::replaceAllTokens(token_comment, comment_case, source); in replaceAllCaseTokens() 3285 Utils::replaceAllTokens(token_function_case, function_case, source); in replaceAllCaseTokens() 3286 Utils::replaceAllTokens(token_next_to_termination, next_to_part_termination_case, source); in replaceAllCaseTokens() 3287 Utils::replaceAllTokens(token_termination, part_termination_case, source); in replaceAllCaseTokens() 3288 Utils::replaceAllTokens(token_preprocessor_between_case, preprocessor_between_case, source); in replaceAllCaseTokens() 3289 Utils::replaceAllTokens(token_preprocessor_inside_case, preprocessor_inside_case, source); in replaceAllCaseTokens() [all …]
|
| D | gl4cEnhancedLayoutsTests.cpp | 1608 void replaceAllTokens(const GLchar* token, const GLchar* text, std::string& string) in replaceAllTokens() function 4972 replaceAllTokens("BINDING", binding, variable.m_descriptor.m_qualifiers); in replaceBinding() 7344 Utils::replaceAllTokens("ELSE", " else ", source); in test() 7348 Utils::replaceAllTokens("ELSE", "", source); in test() 7351 Utils::replaceAllTokens("PASSTHROUGH", passthrough.c_str(), source); in test() 8828 Utils::replaceAllTokens("PREFIX", prefix, verification); in test() 10801 Utils::replaceAllTokens("PREFIX", prefix, verification); in test() 13389 Utils::replaceAllTokens("INDEX", index, source); in test() 13893 Utils::replaceAllTokens("INDEX", index, source); in test() 14304 Utils::replaceAllTokens("INDEX", index, 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 | 989 void replaceAllTokens(const glw::GLchar* token, const glw::GLchar* text, std::string& string);
|