Home
last modified time | relevance | path

Searched defs:tokenStr (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgPrettyPrinter.cpp189 const char* tokenStr = getSimpleTokenStr(token.getType()); in processToken() local
DrsgShaderGenerator.cpp342 TokenStream tokenStr; in generate() local
/third_party/glslang/glslang/ResourceLimits/
DResourceLimits.cpp295 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits() local
/third_party/skia/third_party/externals/angle2/src/common/
Dstring_utils.cpp209 bool ContainsToken(const std::string &tokenStr, char delimiter, const std::string &token) in ContainsToken()