#include <cstdint>
#include "flutter/lib/gpu/export.h"
#include "flutter/lib/ui/dart_wrapper.h"
#include "third_party/dart/runtime/include/dart_api.h"
#include "third_party/tonic/dart_state.h"
#include "third_party/tonic/dart_wrapper_info.h"
Go to the source code of this file.
◆ InternalFlutterGpuTestClass_Create()
Definition at line 48 of file smoketest.cc.
48 {
49 auto res = fml::MakeRefCounted<flutter::FlutterGpuTestClass>();
50 res->AssociateWithDartWrapper(wrapper);
51 FML_LOG(INFO) <<
"FlutterGpuTestClass Wrapped.";
52}
#define FML_LOG(severity)
◆ InternalFlutterGpuTestClass_Method()
◆ InternalFlutterGpuTestProc()
◆ InternalFlutterGpuTestProcWithCallback()
Definition at line 36 of file smoketest.cc.
36 {
40 }
41
43
45}
static void ThrowIfUIOperationsProhibited()
DART_EXPORT Dart_Handle Dart_Null(void)
DART_EXPORT bool Dart_IsClosure(Dart_Handle object)
FlKeyEvent uint64_t FlKeyResponderAsyncCallback callback
Dart_Handle ToDart(const T &object)
Dart_Handle DartInvoke(Dart_Handle closure, std::initializer_list< Dart_Handle > args)