Home
last modified time | relevance | path

Searched defs:onAttach (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/experimental/sktext/editor/
DEditor.h40 void onAttach(sk_app::Window* w) override { fParent = w; } in onAttach() function
/third_party/flutter/skia/tools/viewer/
DImGuiLayer.cpp69 void ImGuiLayer::onAttach(Window* window) { in onAttach() function in ImGuiLayer
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSurface.h133 void onAttach(const gl::Context *context) override {} in onAttach() function
DRenderbuffer.cpp214 void Renderbuffer::onAttach(const Context *context) in onAttach() function in gl::Renderbuffer
DImage.cpp191 void ExternalImageSibling::onAttach(const gl::Context *context) {} in onAttach() function in egl::ExternalImageSibling
DTexture.cpp1664 void Texture::onAttach(const Context *context) in onAttach() function in gl::Texture
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DFlutterActivityAndFragmentDelegate.java137 void onAttach(@NonNull Context context) { in onAttach() method in FlutterActivityAndFragmentDelegate
DFlutterFragment.java592 public void onAttach(@NonNull Context context) { in onAttach() method in FlutterFragment
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.h168 void onAttach(const gl::Context *context, rx::Serial framebufferSerial) override {} in onAttach() function
DImage.cpp219 void ExternalImageSibling::onAttach(const gl::Context *context, rx::Serial framebufferSerial) {} in onAttach() function in egl::ExternalImageSibling
DRenderbuffer.cpp320 void Renderbuffer::onAttach(const Context *context, rx::Serial framebufferSerial) in onAttach() function in gl::Renderbuffer
DTexture.cpp2065 void Texture::onAttach(const Context *context, rx::Serial framebufferSerial) in onAttach() function in gl::Texture
/third_party/skia/tools/sk_app/
DWindow.h103 virtual void onAttach(Window* window) {} in onAttach() function
/third_party/skia/tools/viewer/
DImGuiLayer.cpp95 void ImGuiLayer::onAttach(Window* window) { in onAttach() function in ImGuiLayer
/third_party/flutter/skia/tools/sk_app/
DWindow.h138 virtual void onAttach(Window* window) {} in onAttach() function
/third_party/flutter/skia/experimental/editor/
Deditor_application.cpp139 void onAttach(sk_app::Window* w) override { fParent = w; } in onAttach() function
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp158 void onAttach(sk_app::Window* w) override { fParent = w; } in onAttach() function