Home
last modified time | relevance | path

Searched refs:onDestroyContext (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/tools/sk_app/ios/
DGLWindowContext_ios.mm40 void onDestroyContext() override;
90 this->onDestroyContext();
115 this->onDestroyContext();
135 void GLWindowContext_ios::onDestroyContext() {
DRasterWindowContext_ios.mm48 void onDestroyContext() override;
100 this->onDestroyContext();
125 this->onDestroyContext();
149 void RasterWindowContext_ios::onDestroyContext() {
DMetalWindowContext_ios.mm36 void onDestroyContext() override;
90 void MetalWindowContext_ios::onDestroyContext() {}
/external/skia/tools/sk_app/win/
DDawnD3D12WindowContext_win.cpp23 void onDestroyContext() override;
53 void DawnD3D12WindowContext::onDestroyContext() { in onDestroyContext() function in sk_app::DawnD3D12WindowContext
DGLWindowContext_win.cpp43 void onDestroyContext() override;
131 void GLWindowContext_win::onDestroyContext() { in onDestroyContext() function in __anon0bd854ab0111::GLWindowContext_win
DANGLEWindowContext_win.cpp48 void onDestroyContext() override;
146 void ANGLEGLWindowContext_win::onDestroyContext() { in onDestroyContext() function in __anon53c2acff0111::ANGLEGLWindowContext_win
/external/skqp/tools/sk_app/ios/
DRasterWindowContext_ios.cpp42 void onDestroyContext() override;
94 void RasterWindowContext_ios::onDestroyContext() { in onDestroyContext() function in __anonc791dc5a0111::RasterWindowContext_ios
DGLWindowContext_ios.cpp30 void onDestroyContext() override {} in onDestroyContext() function in __anon85a7439c0111::GLWindowContext_ios
/external/skqp/tools/sk_app/win/
DGLWindowContext_win.cpp43 void onDestroyContext() override;
127 void GLWindowContext_win::onDestroyContext() { in onDestroyContext() function in __anon46529ba20111::GLWindowContext_win
DANGLEWindowContext_win.cpp48 void onDestroyContext() override;
146 void ANGLEGLWindowContext_win::onDestroyContext() { in onDestroyContext() function in __anon5ae6a4960111::ANGLEGLWindowContext_win
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp29 void onDestroyContext() override;
123 void GLWindowContext_android::onDestroyContext() { in onDestroyContext() function in __anon590a70480111::GLWindowContext_android
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp29 void onDestroyContext() override;
125 void GLWindowContext_android::onDestroyContext() { in onDestroyContext() function in __anond99922510111::GLWindowContext_android
/external/skia/tools/sk_app/mac/
DMetalWindowContext_mac.mm27 void onDestroyContext() override;
77 void MetalWindowContext_mac::onDestroyContext() {
DDawnMTLWindowContext_mac.mm29 void onDestroyContext() override;
127 void DawnMTLWindowContext::onDestroyContext() {
DGLWindowContext_mac.mm31 void onDestroyContext() override;
140 void GLWindowContext_mac::onDestroyContext() {
/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp34 void onDestroyContext() override;
152 void GLWindowContext_xlib::onDestroyContext() { in onDestroyContext() function in __anonb4d05ace0111::GLWindowContext_xlib
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp34 void onDestroyContext() override;
164 void GLWindowContext_xlib::onDestroyContext() { in onDestroyContext() function in __anonf2a87a170111::GLWindowContext_xlib
/external/skqp/tools/sk_app/
DGLWindowContext.h45 virtual void onDestroyContext() = 0;
DGLWindowContext.cpp53 this->onDestroyContext(); in destroyContext()
/external/skia/tools/sk_app/
DGLWindowContext.h45 virtual void onDestroyContext() = 0;
DMetalWindowContext.h41 virtual void onDestroyContext() = 0;
DDawnWindowContext.h39 virtual void onDestroyContext() = 0;
DGLWindowContext.cpp53 this->onDestroyContext(); in destroyContext()
/external/skqp/tools/sk_app/mac/
DGLWindowContext_mac.mm43 void onDestroyContext() override;
171 void GLWindowContext_mac::onDestroyContext() {
DRasterWindowContext_mac.mm52 void onDestroyContext() override;
186 void RasterWindowContext_mac::onDestroyContext() {

12