Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveHandlerBase.h42 virtual void handleExtension(const SourceLocation &loc,
DDirectiveParser.cpp756 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.h43 virtual void handleExtension(const pp::SourceLocation& loc,
DDirectiveHandler.cpp97 void TDirectiveHandler::handleExtension(const pp::SourceLocation& loc, in handleExtension() function in TDirectiveHandler
DParseHelper.cpp1131 mDirectiveHandler.handleExtension(loc, extName, behavior); in handleExtensionDirective()