Home
last modified time | relevance | path

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

12345678

/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();
DImageMtl.h30 void onDestroy(const egl::Display *display) override;
63 void onDestroy(const egl::Display *display) override;
/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()
DImage.cpp171 void ExternalImageSibling::onDestroy(const egl::Display *display) in onDestroy() function in egl::ExternalImageSibling
173 mImplementation->onDestroy(display); in onDestroy()
286 void Image::onDestroy(const Display *display) in onDestroy() function in egl::Image
293 mImplementation->onDestroy(display); in onDestroy()
304 externalSibling->onDestroy(display); in onDestroy()
DQuery.cpp25 void Query::onDestroy(const Context *context) in onDestroy() function in gl::Query
28 mQuery->onDestroy(context); in onDestroy()
DFence.h35 void onDestroy(const gl::Context *context);
59 void onDestroy(const Context *context) override;
DEGLSync.cpp55 void Sync::onDestroy(const Display *display) in onDestroy() function in egl::Sync
58 mFence->onDestroy(display); in onDestroy()
DSampler.cpp31 void Sampler::onDestroy(const Context *context) in onDestroy() function in gl::Sampler
35 mSampler->onDestroy(context); 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/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/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()
/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/node/lib/internal/streams/
Ddestroy.js80 function onDestroy(err) { function
109 self._destroy(err || null, onDestroy);
111 onDestroy(err);
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp146 void TestActivity::onDestroy(void) in onDestroy() function in glcts::Android::TestActivity
155 RenderActivity::onDestroy(); in onDestroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureStorage.h46 virtual angle::Result onDestroy(const gl::Context *context);
95 inline angle::Result TextureStorage::onDestroy(const gl::Context *context) in onDestroy() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioMidiTester.java104 public void onDestroy() { in onDestroy() method in AudioMidiTester
106 super.onDestroy(); in onDestroy()
/third_party/openh264/codec/build/android/dec/src/com/wels/dec/
DWelsDecTest.java119 public void onDestroy() { in onDestroy() method in WelsDecTest
120 super.onDestroy(); in onDestroy()

12345678