Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
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()
121 EXPECT_CALL(mDirectiveHandler, handleExtension(_, _, _)).Times(0); in TEST_P()
DMockDirectiveHandler.h27 MOCK_METHOD3(handleExtension,
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
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()
117 EXPECT_CALL(mDirectiveHandler, handleExtension(_, _, _)).Times(0); in TEST_P()
DMockDirectiveHandler.h27 MOCK_METHOD3(handleExtension,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveHandlerBase.h42 virtual void handleExtension(const SourceLocation &loc,
DDirectiveParser.cpp756 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DDirectiveHandlerBase.h38 virtual void handleExtension(const SourceLocation &loc,
DDirectiveParser.cpp685 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DDirectiveHandlerBase.h38 virtual void handleExtension(const SourceLocation &loc,
DDirectiveParser.cpp697 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
/third_party/skia/third_party/externals/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()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DDirectiveHandler.h40 void handleExtension(const angle::pp::SourceLocation &loc,
DDirectiveHandler.cpp131 void TDirectiveHandler::handleExtension(const angle::pp::SourceLocation &loc, in handleExtension() function in sh::TDirectiveHandler
DParseContext.cpp1803 mDirectiveHandler.handleExtension(srcLoc, extName, behavior); in handleExtensionDirective()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDirectiveHandler.h39 void handleExtension(const angle::pp::SourceLocation &loc,
DDirectiveHandler.cpp119 void TDirectiveHandler::handleExtension(const angle::pp::SourceLocation &loc, in handleExtension() function in sh::TDirectiveHandler
DParseContext.cpp2116 mDirectiveHandler.handleExtension(srcLoc, extName, behavior); in handleExtensionDirective()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dentity_db.py196 def handleExtension(self, name, info): member in EntityDatabase
666 self.handleExtension(name, info)