Searched refs:handleExtension (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | extension_test.cpp | 22 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 D | MockDirectiveHandler.h | 27 MOCK_METHOD3(handleExtension,
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | DirectiveHandlerBase.h | 38 virtual void handleExtension(const SourceLocation &loc,
|
H A D | DirectiveParser.cpp | 697 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | DirectiveHandlerBase.h | 42 virtual void handleExtension(const SourceLocation &loc,
|
H A D | DirectiveParser.cpp | 756 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | DirectiveHandler.h | 43 virtual void handleExtension(const pp::SourceLocation& loc,
|
H A D | DirectiveHandler.cpp | 97 void TDirectiveHandler::handleExtension(const pp::SourceLocation& loc, in handleExtension() function in TDirectiveHandler
|
H A D | ParseHelper.cpp | 1131 mDirectiveHandler.handleExtension(loc, extName, behavior); in handleExtensionDirective()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | DirectiveHandler.h | 39 void handleExtension(const angle::pp::SourceLocation &loc,
|
H A D | DirectiveHandler.cpp | 119 void TDirectiveHandler::handleExtension(const angle::pp::SourceLocation &loc, in handleExtension() function in sh::TDirectiveHandler
|
H A D | ParseContext.cpp | 2116 mDirectiveHandler.handleExtension(srcLoc, extName, behavior); in handleExtensionDirective()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | entity_db.py | 196 def handleExtension(self, name, info): member in EntityDatabase 554 - Extend handleExtension() 666 self.handleExtension(name, info)
|
Completed in 35 milliseconds