Home
last modified time | relevance | path

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

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