Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
compute_playground_test.h File Reference
#include <memory>
#include "flutter/fml/macros.h"
#include "flutter/fml/time/time_delta.h"
#include "flutter/testing/testing.h"
#include "impeller/core/device_buffer.h"
#include "impeller/geometry/scalar.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:
INSTANTIATE_TEST_SUITE_P( \
Compute, playground, \
::testing::Values(PlaygroundBackend::kMetal, \
PlaygroundBackend::kVulkan), \
[](const ::testing::TestParamInfo<ComputePlaygroundTest::ParamType>& \
info) { return PlaygroundBackendToString(info.param); });
static void info(const char *fmt,...) SK_PRINTF_LIKE(1
Definition DM.cpp:213

Definition at line 58 of file compute_playground_test.h.

64 { return PlaygroundBackendToString(info.param); });
std::string PlaygroundBackendToString(PlaygroundBackend backend)
Definition playground.cc:44