Flutter Engine
The Flutter Engine
Classes | Namespaces | Macros
compute_playground_test.h File Reference
#include <memory>
#include "flutter/fml/time/time_delta.h"
#include "flutter/testing/testing.h"
#include "impeller/core/device_buffer.h"
#include "impeller/playground/playground.h"

Go to the source code of this file.

Classes

class  impeller::ComputePlaygroundTest
 

Namespaces

namespace  impeller
 

Macros

#define INSTANTIATE_COMPUTE_SUITE(playground)
 

Macro Definition Documentation

◆ INSTANTIATE_COMPUTE_SUITE

#define INSTANTIATE_COMPUTE_SUITE (   playground)
Value:
Compute, playground, \
::testing::Values(PlaygroundBackend::kMetal, \
[](const ::testing::TestParamInfo<ComputePlaygroundTest::ParamType>& \
info) { return PlaygroundBackendToString(info.param); });
static void info(const char *fmt,...) SK_PRINTF_LIKE(1
Definition: DM.cpp:213
@ kVulkan
Definition: embedder.h:86
@ kMetal
Definition: embedder.h:85
INSTANTIATE_TEST_SUITE_P(EmbedderTestGlVk, EmbedderTestMultiBackend, ::testing::Values(EmbedderTestContextType::kOpenGLContext, EmbedderTestContextType::kVulkanContext))
std::string PlaygroundBackendToString(PlaygroundBackend backend)
Definition: playground.cc:45

Definition at line 56 of file compute_playground_test.h.