Searched refs:onBackendCreated (Results 1 - 22 of 22) sorted by relevance

/external/skia/example/
H A DHelloWorld.h23 void onBackendCreated() override;
H A DHelloWorld.cpp50 void HelloWorld::onBackendCreated() { function in class:HelloWorld
/external/skqp/example/
H A DHelloWorld.h23 void onBackendCreated() override;
H A DHelloWorld.cpp50 void HelloWorld::onBackendCreated() { function in class:HelloWorld
/external/skia/tools/sk_app/
H A DWindow.cpp40 void Window::onBackendCreated() { function in class:sk_app::Window
41 this->visitLayers([](Layer* layer) { layer->onBackendCreated(); });
H A DWindow.h142 virtual void onBackendCreated() {} function in class:sk_app::Window::Key::Layer
163 void onBackendCreated();
/external/skqp/tools/sk_app/
H A DWindow.cpp40 void Window::onBackendCreated() { function in class:sk_app::Window
41 this->visitLayers([](Layer* layer) { layer->onBackendCreated(); });
H A DWindow.h142 virtual void onBackendCreated() {} function in class:sk_app::Window::Key::Layer
163 void onBackendCreated();
/external/skia/tools/sk_app/android/
H A DWindow_android.cpp66 this->onBackendCreated();
/external/skqp/tools/sk_app/android/
H A DWindow_android.cpp66 this->onBackendCreated();
/external/skia/tools/viewer/
H A DViewer.h32 void onBackendCreated() override;
H A DViewer.cpp997 void Viewer::onBackendCreated() { function in class:Viewer
/external/skqp/tools/viewer/
H A DViewer.h32 void onBackendCreated() override;
H A DViewer.cpp824 void Viewer::onBackendCreated() { function in class:Viewer
/external/skia/tools/sk_app/ios/
H A DWindow_ios.cpp277 this->onBackendCreated();
/external/skia/tools/sk_app/mac/
H A DWindow_mac.cpp277 this->onBackendCreated();
/external/skqp/tools/sk_app/ios/
H A DWindow_ios.cpp264 this->onBackendCreated();
/external/skqp/tools/sk_app/mac/
H A DWindow_mac.cpp264 this->onBackendCreated();
/external/skia/tools/sk_app/win/
H A DWindow_win.cpp368 this->onBackendCreated();
/external/skqp/tools/sk_app/win/
H A DWindow_win.cpp368 this->onBackendCreated();
/external/skia/tools/sk_app/unix/
H A DWindow_unix.cpp367 this->onBackendCreated();
/external/skqp/tools/sk_app/unix/
H A DWindow_unix.cpp367 this->onBackendCreated();

Completed in 4335 milliseconds