Home
last modified time | relevance | path

Searched refs:behaviorPos (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
DgluES3PlusWrapperContext.cpp384 const size_t behaviorPos = line.find_first_not_of(" :", extNameEndPos); in translateShaderSource() local
386 if (extNameEndPos != std::string::npos && behaviorPos != std::string::npos) in translateShaderSource()
389 const std::string behavior = line.substr(behaviorPos); in translateShaderSource()