Home
last modified time | relevance | path

Searched refs:onDestroy (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DSyncMtl.h43 void onDestroy();
66 void onDestroy() { UNREACHABLE(); }
101 void onDestroy(const gl::Context *context) override;
116 void onDestroy(const gl::Context *context) override;
138 void onDestroy(const egl::Display *display) override;
DSyncMtl.mm29 void Sync::onDestroy()
87 // onDestroy(), but the callback might still not be fired yet.
128 void FenceNVMtl::onDestroy(const gl::Context *context)
130 mSync.onDestroy();
173 void SyncMtl::onDestroy(const gl::Context *context)
175 mSync.onDestroy();
225 void EGLSyncMtl::onDestroy(const egl::Display *display)
227 mSync.onDestroy();
Dmtl_render_utils.h200 void onDestroy();
232 void onDestroy();
270 void onDestroy();
321 void onDestroy();
433 void onDestroy();
454 void onDestroy();
483 void onDestroy();
513 void onDestroy();
580 void onDestroy();
595 void onDestroy();
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFence.cpp30 void FenceNV::onDestroy(const gl::Context *context) in onDestroy() function in gl::FenceNV
32 mFence->onDestroy(context); in onDestroy()
74 void Sync::onDestroy(const Context *context) in onDestroy() function in gl::Sync
77 mFence->onDestroy(context); in onDestroy()
DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore
25 mImplementation->onDestroy(context); in onDestroy()
DMemoryObject.cpp27 void MemoryObject::onDestroy(const Context *context) in onDestroy() function in gl::MemoryObject
29 mImplementation->onDestroy(context); in onDestroy()
DQuery.cpp25 void Query::onDestroy(const Context *context) in onDestroy() function in gl::Query
28 mQuery->onDestroy(context); in onDestroy()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSyncVk.h33 void onDestroy(ContextVk *contextVk);
34 void onDestroy(DisplayVk *display);
60 void onDestroy(const gl::Context *context) override;
82 void onDestroy(const egl::Display *display) override;
DSyncVk.cpp24 void FenceSyncVk::onDestroy(ContextVk *contextVk) in onDestroy() function in rx::FenceSyncVk
34 void FenceSyncVk::onDestroy(DisplayVk *display) in onDestroy() function in rx::FenceSyncVk
131 void SyncVk::onDestroy(const gl::Context *context) in onDestroy() function in rx::SyncVk
133 mFenceSync.onDestroy(vk::GetImpl(context)); in onDestroy()
205 void EGLSyncVk::onDestroy(const egl::Display *display) in onDestroy() function in rx::EGLSyncVk
207 mFenceSync.onDestroy(vk::GetImpl(display)); in onDestroy()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DMemoryObject.cpp23 void MemoryObject::onDestroy(const Context *context) in onDestroy() function in gl::MemoryObject
25 mImplementation->onDestroy(context); in onDestroy()
DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore
25 mImplementation->onDestroy(context); in onDestroy()
DEGLSync.cpp28 void Sync::onDestroy(const Display *display) in onDestroy() function in egl::Sync
31 mFence->onDestroy(display); in onDestroy()
DImage.cpp153 void ExternalImageSibling::onDestroy(const egl::Display *display) in onDestroy() function in egl::ExternalImageSibling
155 mImplementation->onDestroy(display); in onDestroy()
248 void Image::onDestroy(const Display *display) in onDestroy() function in egl::Image
255 mImplementation->onDestroy(display); in onDestroy()
266 externalSibling->onDestroy(display); in onDestroy()
DQuery.cpp21 void Query::onDestroy(const Context *context) in onDestroy() function in gl::Query
24 mQuery->onDestroy(context); in onDestroy()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/app/
DFlutterFragmentActivity.java93 protected void onDestroy() { in onDestroy() method in FlutterFragmentActivity
94 eventDelegate.onDestroy(); in onDestroy()
95 super.onDestroy(); in onDestroy()
DFlutterActivity.java105 protected void onDestroy() { in onDestroy() method in FlutterActivity
106 eventDelegate.onDestroy(); in onDestroy()
107 super.onDestroy(); in onDestroy()
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
DServiceStarter.java57 protected void onDestroy() { in onDestroy() method in ServiceStarter
58 super.onDestroy(); in onDestroy()
DExecServerActivity.java72 protected void onDestroy() { in onDestroy() method in ExecServerActivity
73 super.onDestroy(); in onDestroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DContextCGL.cpp58 void ContextCGL::onDestroy(const gl::Context *context) in onDestroy() function in rx::ContextCGL
64 ContextGL::onDestroy(context); in onDestroy()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DImageImpl.h37 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
51 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
/third_party/openh264/test/build/android/src/com/cisco/codec/unittest/
DMainActivity.java29 public void onDestroy() { in onDestroy() method in MainActivity
30 super.onDestroy(); in onDestroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFenceNVGL.h25 void onDestroy(const gl::Context *context) override {} in onDestroy() function
45 void onDestroy(const gl::Context *context) override {} in onDestroy() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DImageImpl.h37 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
53 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidNativeActivity.cpp56 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onDestroy(); in onDestroyCallback()
125 activity->callbacks->onDestroy = onDestroyCallback; in NativeActivity()
164 void NativeActivity::onDestroy (void) in onDestroy() function in tcu::Android::NativeActivity
DtcuAndroidTestActivity.cpp121 void TestActivity::onDestroy (void) in onDestroy() function in tcu::Android::TestActivity
130 RenderActivity::onDestroy(); in onDestroy()

12345678910>>...12