Searched refs:behaviorPos (Results 1 – 1 of 1) sorted by relevance
384 const size_t behaviorPos = line.find_first_not_of(" :", extNameEndPos); in translateShaderSource() local386 if (extNameEndPos != std::string::npos && behaviorPos != std::string::npos) in translateShaderSource()389 const std::string behavior = line.substr(behaviorPos); in translateShaderSource()