Home
last modified time | relevance | path

Searched defs:onAttach (Results 1 – 8 of 8) 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/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/viewer/
DImGuiLayer.cpp95 void ImGuiLayer::onAttach(Window* window) { in onAttach() function in ImGuiLayer
/third_party/skia/tools/sk_app/
DWindow.h103 virtual void onAttach(Window* window) {} in onAttach() function
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp158 void onAttach(sk_app::Window* w) override { fParent = w; } in onAttach() function