HomeSort by relevance Sort by last modified time
    Searched refs:onDestroyContext (Results 1 - 10 of 10) sorted by null

  /external/skia/tools/viewer/sk_app/
GLWindowContext.h 47 // onDestroyContext().
49 virtual void onDestroyContext() = 0;
GLWindowContext.cpp 67 this->onDestroyContext();
  /external/skia/tools/viewer/sk_app/mac/
GLWindowContext_mac.cpp 31 void onDestroyContext() override;
79 void GLWindowContext_mac::onDestroyContext() {
RasterWindowContext_mac.cpp 41 void onDestroyContext() override;
96 void RasterWindowContext_mac::onDestroyContext() {
  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 29 void onDestroyContext() override;
136 void GLWindowContext_android::onDestroyContext() {
  /external/skia/tools/viewer/sk_app/unix/
GLWindowContext_unix.cpp 27 void onDestroyContext() override;
114 void GLWindowContext_xlib::onDestroyContext() {
  /external/skia/tools/viewer/sk_app/win/
GLWindowContext_win.cpp 31 void onDestroyContext() override;
113 void GLWindowContext_win::onDestroyContext() {
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.h 68 void onDestroyContext(EGLContext ctx);
eglDisplay.cpp 563 void eglDisplay::onDestroyContext(EGLContext ctx) {
egl.cpp 244 s_display.onDestroyContext((EGLContext)this);
    [all...]

Completed in 831 milliseconds