/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | SyncMtl.h | 43 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;
|
D | SyncMtl.mm | 29 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();
|
D | mtl_render_utils.h | 200 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();
|
D | ImageMtl.h | 30 void onDestroy(const egl::Display *display) override; 63 void onDestroy(const egl::Display *display) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Fence.cpp | 30 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()
|
D | Semaphore.cpp | 23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore 25 mImplementation->onDestroy(context); in onDestroy()
|
D | MemoryObject.cpp | 27 void MemoryObject::onDestroy(const Context *context) in onDestroy() function in gl::MemoryObject 29 mImplementation->onDestroy(context); in onDestroy()
|
D | Image.cpp | 171 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()
|
D | Query.cpp | 25 void Query::onDestroy(const Context *context) in onDestroy() function in gl::Query 28 mQuery->onDestroy(context); in onDestroy()
|
D | Fence.h | 35 void onDestroy(const gl::Context *context); 59 void onDestroy(const Context *context) override;
|
D | EGLSync.cpp | 55 void Sync::onDestroy(const Display *display) in onDestroy() function in egl::Sync 58 mFence->onDestroy(display); in onDestroy()
|
D | Sampler.cpp | 31 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/ |
D | ServiceStarter.java | 57 protected void onDestroy() { in onDestroy() method in ServiceStarter 58 super.onDestroy(); in onDestroy()
|
D | ExecServerActivity.java | 72 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/ |
D | ContextCGL.cpp | 58 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/ |
D | MainActivity.java | 29 public void onDestroy() { in onDestroy() method in MainActivity 30 super.onDestroy(); in onDestroy()
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidNativeActivity.cpp | 56 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
|
D | tcuAndroidTestActivity.cpp | 121 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/ |
D | FenceNVGL.h | 25 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/ |
D | ImageImpl.h | 37 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/ |
D | destroy.js | 80 function onDestroy(err) { function 109 self._destroy(err || null, onDestroy); 111 onDestroy(err);
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcAndroidTestActivity.cpp | 146 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/ |
D | TextureStorage.h | 46 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/ |
D | AudioMidiTester.java | 104 public void onDestroy() { in onDestroy() method in AudioMidiTester 106 super.onDestroy(); in onDestroy()
|
/third_party/openh264/codec/build/android/dec/src/com/wels/dec/ |
D | WelsDecTest.java | 119 public void onDestroy() { in onDestroy() method in WelsDecTest 120 super.onDestroy(); in onDestroy()
|