5 #ifndef FLUTTER_IMPELLER_DISPLAY_LIST_DL_IMAGE_IMPELLER_H_
6 #define FLUTTER_IMPELLER_DISPLAY_LIST_DL_IMAGE_IMPELLER_H_
8 #include "flutter/display_list/image/dl_image.h"
17 static sk_sp<DlImageImpeller>
Make(
18 std::shared_ptr<Texture> texture,
23 std::shared_ptr<Texture> y_texture,
24 std::shared_ptr<Texture> uv_texture,
55 std::shared_ptr<Texture> texture_;
56 OwningContext owning_context_;
68 #endif // FLUTTER_IMPELLER_DISPLAY_LIST_DL_IMAGE_IMPELLER_H_