#include "flutter/testing/testing.h"
#include "impeller/core/device_buffer_descriptor.h"
#include "impeller/core/formats.h"
#include "impeller/core/texture_descriptor.h"
#include "impeller/playground/playground_test.h"
#include "impeller/renderer/backend/metal/allocator_mtl.h"
#include "impeller/renderer/backend/metal/context_mtl.h"
#include "impeller/renderer/backend/metal/formats_mtl.h"
#include "impeller/renderer/backend/metal/texture_mtl.h"
#include "impeller/renderer/capabilities.h"
#include <QuartzCore/CAMetalLayer.h>
#include <memory>
#include <thread>
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
impeller | |
impeller::testing | |
Typedefs | |
using | impeller::testing::ContextMTLTest = PlaygroundTest |
Functions | |
impeller::testing::INSTANTIATE_METAL_PLAYGROUND_SUITE (AllocatorMTLTest) | |
impeller::testing::TEST_P (ContextMTLTest, FlushTask) | |
impeller::testing::TEST_P (ContextMTLTest, FlushTaskWithGPULoss) | |