Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/mac/
DGLWindowContext_mac.cpp31 void onDestroyContext() override;
79 void GLWindowContext_mac::onDestroyContext() { in onDestroyContext() function in __anonc00648460111::GLWindowContext_mac
DRasterWindowContext_mac.cpp41 void onDestroyContext() override;
96 void RasterWindowContext_mac::onDestroyContext() { in onDestroyContext() function in __anoneade83040111::RasterWindowContext_mac
/external/skia/tools/viewer/sk_app/win/
DGLWindowContext_win.cpp31 void onDestroyContext() override;
113 void GLWindowContext_win::onDestroyContext() { in onDestroyContext() function in __anon76190d000111::GLWindowContext_win
/external/skia/tools/viewer/sk_app/unix/
DGLWindowContext_unix.cpp27 void onDestroyContext() override;
114 void GLWindowContext_xlib::onDestroyContext() { in onDestroyContext() function in __anoneff89bac0111::GLWindowContext_xlib
/external/skia/tools/viewer/sk_app/android/
DGLWindowContext_android.cpp29 void onDestroyContext() override;
136 void GLWindowContext_android::onDestroyContext() { in onDestroyContext() function in __anona2635fa60111::GLWindowContext_android
/external/skia/tools/viewer/sk_app/
DGLWindowContext.h49 virtual void onDestroyContext() = 0;
DGLWindowContext.cpp67 this->onDestroyContext(); in destroyContext()