Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveHandlerBase.h46 virtual void handleVersion(const SourceLocation &loc, int version) = 0;
DDirectiveParser.cpp840 mDirectiveHandler->handleVersion(token->location, version); in parseVersion()
/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.h47 virtual void handleVersion(const pp::SourceLocation& loc,
DDirectiveHandler.cpp159 void TDirectiveHandler::handleVersion(const pp::SourceLocation& loc, in handleVersion() function in TDirectiveHandler