Home
last modified time | relevance | path

Searched refs:onDestroy (Results 1 - 25 of 161) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A 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;
H A 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();
[all...]
H A 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/
H A 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()
H A DMemoryObject.cpp27 void MemoryObject::onDestroy(const Context *context) in onDestroy() function in gl::MemoryObject
29 mImplementation->onDestroy(context); in onDestroy()
H A DSemaphore.cpp23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore
25 mImplementation->onDestroy(context); in onDestroy()
H A DEGLSync.cpp55 void Sync::onDestroy(const Display *display) in onDestroy() function in egl::Sync
58 mFence->onDestroy(display); in onDestroy()
H A DFence.h35 void onDestroy(const gl::Context *context);
59 void onDestroy(const Context *context) override;
H A DQuery.cpp25 void Query::onDestroy(const Context *context) in onDestroy() function in gl::Query
28 mQuery->onDestroy(context); in onDestroy()
H A 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()
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
H A DExecServerActivity.java72 protected void onDestroy() { in onDestroy() method in ExecServerActivity
73 super.onDestroy(); in onDestroy()
H A DServiceStarter.java57 protected void onDestroy() { in onDestroy() method in ServiceStarter
58 super.onDestroy(); in onDestroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DContextCGL.cpp58 void ContextCGL::onDestroy(const gl::Context *context) in onDestroy() function in rx::ContextCGL
64 ContextGL::onDestroy(context); in onDestroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFenceNVGL.h25 void onDestroy(const gl::Context *context) override {}
45 void onDestroy(const gl::Context *context) override {}
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DImageImpl.h37 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function in rx::ExternalImageSiblingImpl
53 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function in rx::ImageImpl
H A DQueryImpl.cpp14 void QueryImpl::onDestroy(const gl::Context *context) {} in onDestroy() function in rx::QueryImpl
/third_party/vk-gl-cts/framework/platform/android/
H A 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
H A DtcuAndroidTestActivity.cpp121 void TestActivity::onDestroy (void) in onDestroy() function in tcu::Android::TestActivity
130 RenderActivity::onDestroy(); in onDestroy()
/third_party/node/lib/internal/streams/
H A Ddestroy.js80 function onDestroy(err) {
109 self._destroy(err || null, onDestroy);
111 onDestroy(err);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureStorage.h46 virtual angle::Result onDestroy(const gl::Context *context);
95 inline angle::Result TextureStorage::onDestroy(const gl::Context *context) in onDestroy() function in rx::TextureStorage
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcAndroidTestActivity.cpp146 void TestActivity::onDestroy(void) in onDestroy() function in glcts::Android::TestActivity
155 RenderActivity::onDestroy(); in onDestroy()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioMidiTester.java104 public void onDestroy() { in onDestroy() method in AudioMidiTester
106 super.onDestroy(); in onDestroy()
/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
H A DThreadService.java268 public void onDestroy() { in onDestroy() method in ThreadService
269 super.onDestroy(); in onDestroy()
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java270 public void onDestroy() { in onDestroy() method in DeqpInstrumentation
271 Log.e(LOG_TAG, "onDestroy"); in onDestroy()
272 super.onDestroy(); in onDestroy()
273 Log.e(LOG_TAG, "onDestroy"); in onDestroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSyncVk.h88 void onDestroy(const gl::Context *context) override;
111 void onDestroy(const egl::Display *display) override;

Completed in 10 milliseconds

1234567