Home
last modified time | relevance | path

Searched refs:onAttach (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/tools/sk_app/
DWindow.h103 virtual void onAttach(Window* window) {} in onAttach() function
123 layer->onAttach(this); in pushLayer()
/third_party/skia/experimental/sktext/editor/
DEditor.h40 void onAttach(sk_app::Window* w) override { fParent = w; } in onAttach() function
/third_party/skia/tools/viewer/
DImGuiLayer.h126 void onAttach(sk_app::Window* window) override;
DImGuiLayer.cpp95 void ImGuiLayer::onAttach(Window* window) { in onAttach() function in ImGuiLayer
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.h148 void onAttach(const Context *context, rx::Serial framebufferSerial) override;
DImage.h106 void onAttach(const gl::Context *context, rx::Serial framebufferSerial) override;
DFramebufferAttachment.h222 virtual void onAttach(const Context *context, rx::Serial framebufferSerial) = 0;
DFramebufferAttachment.cpp133 resource->onAttach(context, framebufferSerial); in attach()
DSurface.h168 void onAttach(const gl::Context *context, rx::Serial framebufferSerial) override {} in onAttach() function
DRenderbuffer.cpp320 void Renderbuffer::onAttach(const Context *context, rx::Serial framebufferSerial) in onAttach() function in gl::Renderbuffer
DImage.cpp219 void ExternalImageSibling::onAttach(const gl::Context *context, rx::Serial framebufferSerial) {} in onAttach() function in egl::ExternalImageSibling
DTexture.h555 void onAttach(const Context *context, rx::Serial framebufferSerial) override;
DTexture.cpp2065 void Texture::onAttach(const Context *context, rx::Serial framebufferSerial) in onAttach() function in gl::Texture
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp158 void onAttach(sk_app::Window* w) override { fParent = w; } in onAttach() function