Home
last modified time | relevance | path

Searched defs:stdgl (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp58 bool stdgl) in handlePragma()
DParseHelper.cpp1134 …ext::handlePragmaDirective(const TSourceLoc &line, const char* name, const char* value, bool stdgl) in handlePragmaDirective()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp633 bool stdgl = token->text == "STDGL"; in parsePragma() local