Home
last modified time | relevance | path

Searched refs:handleExtension (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dextension_test.cpp22 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 1), "foo", "bar")); in TEST_F()
48 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 1), "foo", "bar")); in TEST_F()
62 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 1), "foo", "bar")); in TEST_F()
79 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 2), "foo", "bar")); in TEST_F()
120 // No handleExtension call. in TEST_P()
121 EXPECT_CALL(mDirectiveHandler, handleExtension(_, _, _)).Times(0); in TEST_P()
H A DMockDirectiveHandler.h27 MOCK_METHOD3(handleExtension,
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveHandlerBase.h38 virtual void handleExtension(const SourceLocation &loc,
H A DDirectiveParser.cpp697 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveHandlerBase.h42 virtual void handleExtension(const SourceLocation &loc,
H A DDirectiveParser.cpp756 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DDirectiveHandler.h43 virtual void handleExtension(const pp::SourceLocation& loc,
H A DDirectiveHandler.cpp97 void TDirectiveHandler::handleExtension(const pp::SourceLocation& loc, in handleExtension() function in TDirectiveHandler
H A DParseHelper.cpp1131 mDirectiveHandler.handleExtension(loc, extName, behavior); in handleExtensionDirective()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDirectiveHandler.h39 void handleExtension(const angle::pp::SourceLocation &loc,
H A DDirectiveHandler.cpp119 void TDirectiveHandler::handleExtension(const angle::pp::SourceLocation &loc, in handleExtension() function in sh::TDirectiveHandler
H A DParseContext.cpp2116 mDirectiveHandler.handleExtension(srcLoc, extName, behavior); in handleExtensionDirective()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dentity_db.py196 def handleExtension(self, name, info): member in EntityDatabase
554 - Extend handleExtension()
666 self.handleExtension(name, info)

Completed in 20 milliseconds