5#include "flutter/shell/platform/embedder/tests/embedder_test_compositor_vulkan.h"
9#include "flutter/fml/logging.h"
10#include "flutter/shell/platform/embedder/tests/embedder_assertions.h"
11#include "flutter/shell/platform/embedder/tests/embedder_test_backingstore_producer.h"
25bool EmbedderTestCompositorVulkan::UpdateOffscrenComposition(
27 size_t layers_count) {
43 FML_LOG(
ERROR) <<
"Could not update the off-screen composition.";
47 auto canvas =
surface->getCanvas();
53 for (
size_t i = 0;
i < layers_count; ++
i) {
54 const auto* layer = layers[
i];
61 switch (layer->type) {
64 reinterpret_cast<EmbedderTestBackingStoreProducer::UserData*
>(
65 layer->backing_store->user_data)
80 FML_LOG(
ERROR) <<
"Could not snapshot layer in test compositor: "
90 canvas->drawImage(layer_image.
get(), canvas_offset.
x(),
98 FML_LOG(
ERROR) <<
"Could not update the contents of the sub-composition.";
107 callback(std::move(last_composition_snapshot));
@ kTopLeft_GrSurfaceOrigin
constexpr SkColor SK_ColorTRANSPARENT
sk_sp< SkImage > makeRasterImage(GrDirectContext *, CachingHint cachingHint=kDisallow_CachingHint) const
~EmbedderTestCompositorVulkan() override
EmbedderTestCompositorVulkan(SkISize surface_size, sk_sp< GrDirectContext > context)
NextSceneCallback next_scene_callback_
const SkISize surface_size_
sk_sp< GrDirectContext > context_
sk_sp< SkImage > last_composition_
PlatformViewRendererCallback platform_view_renderer_callback_
@ kFlutterLayerContentTypePlatformView
Indicates that the contents of this layer are determined by the embedder.
@ kFlutterLayerContentTypeBackingStore
FlKeyEvent uint64_t FlKeyResponderAsyncCallback callback
#define FML_LOG(severity)
#define FML_CHECK(condition)
SK_API sk_sp< SkSurface > RenderTarget(GrRecordingContext *context, skgpu::Budgeted budgeted, const SkImageInfo &imageInfo, int sampleCount, GrSurfaceOrigin surfaceOrigin, const SkSurfaceProps *surfaceProps, bool shouldCreateWithMips=false, bool isProtected=false)
constexpr int32_t y() const
static constexpr SkIPoint Make(int32_t x, int32_t y)
constexpr int32_t x() const
static SkImageInfo MakeN32Premul(int width, int height)