Home
last modified time | relevance | path

Searched refs:onDestroy (Results 101 – 125 of 2498) sorted by relevance

12345678910>>...100

/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DRefCountObject.h29 virtual Error onDestroy(const Context *context);
54 ANGLE_SWALLOW_ERR(onDestroy(context)); in release()
69 inline Error RefCountObjectNoID::onDestroy(const Context *context) in onDestroy() function
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DRefCountObject.h29 virtual Error onDestroy(const Context *context);
54 ANGLE_SWALLOW_ERR(onDestroy(context)); in release()
69 inline Error RefCountObjectNoID::onDestroy(const Context *context) in onDestroy() function
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DRefCountObject.h29 virtual Error onDestroy(const Context *context);
54 ANGLE_SWALLOW_ERR(onDestroy(context)); in release()
69 inline Error RefCountObjectNoID::onDestroy(const Context *context) in onDestroy() function
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DRefCountObject.h29 virtual Error onDestroy(const Context *context);
54 ANGLE_SWALLOW_ERR(onDestroy(context)); in release()
69 inline Error RefCountObjectNoID::onDestroy(const Context *context) in onDestroy() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore
25 mImplementation->onDestroy(context); in onDestroy()
H A DMemoryObject.cpp26 void MemoryObject::onDestroy(const Context *context) in onDestroy() function in gl::MemoryObject
28 mImplementation->onDestroy(context); in onDestroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore
25 mImplementation->onDestroy(context); in onDestroy()
H A DMemoryObject.cpp26 void MemoryObject::onDestroy(const Context *context) in onDestroy() function in gl::MemoryObject
28 mImplementation->onDestroy(context); in onDestroy()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore
25 mImplementation->onDestroy(context); in onDestroy()
H A DMemoryObject.cpp26 void MemoryObject::onDestroy(const Context *context) in onDestroy() function in gl::MemoryObject
28 mImplementation->onDestroy(context); in onDestroy()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore
25 mImplementation->onDestroy(context); in onDestroy()
H A DMemoryObject.cpp26 void MemoryObject::onDestroy(const Context *context) in onDestroy() function in gl::MemoryObject
28 mImplementation->onDestroy(context); in onDestroy()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore
25 mImplementation->onDestroy(context); in onDestroy()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore
25 mImplementation->onDestroy(context); in onDestroy()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.struts/src/main/java/org/springframework/web/struts/
H A DDispatchActionSupport.java86 onDestroy(); in setServlet()
148 protected void onDestroy() { in onDestroy() method in DispatchActionSupport
H A DLookupDispatchActionSupport.java85 onDestroy(); in setServlet()
147 protected void onDestroy() { in onDestroy() method in LookupDispatchActionSupport
H A DMappingDispatchActionSupport.java85 onDestroy(); in setServlet()
147 protected void onDestroy() { in onDestroy() method in MappingDispatchActionSupport
H A DActionSupport.java86 onDestroy(); in setServlet()
148 protected void onDestroy() { in onDestroy() method in ActionSupport
/dports/devel/loki/loki-0.1.7/include/loki/
H A DCachedFactory.h122 void onDestroy(){} in onDestroy() function
142 void onDestroy(){} in onDestroy() function
227 void onDestroy() in onDestroy() function
273 void onDestroy() in onDestroy() function
376 void onDestroy(const DT& key) in onDestroy() function
506 void onDestroy(const DT& key){ in onDestroy() function
548 void onDestroy(){} in onDestroy() function
612 void onDestroy() in onDestroy() function
758 CP::onDestroy(); in onDestroy()
759 SP::onDestroy(); in onDestroy()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/
H A DImageImpl.h37 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
51 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/
H A DImageImpl.h37 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
51 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
H A DChromeContextMenuPopulatorFactory.java36 public void onDestroy() { in onDestroy() method in ChromeContextMenuPopulatorFactory
37 mItemDelegate.onDestroy(); in onDestroy()
/dports/audio/faust/faust-2.37.3/architecture/android/app/src/main/java/com/faust/
H A DPianoActivity.java45 public void onDestroy(){ in onDestroy() method in PianoActivity
46 super.onDestroy(); in onDestroy()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/
H A DImageImpl.h37 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
51 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/test/cts/producer/src/android/perfetto/producer/
H A DProducerActivity.java68 public void onDestroy() { in onDestroy() method in ProducerActivity
69 super.onDestroy(); in onDestroy()

12345678910>>...100