#include "flutter/lib/gpu/smoketest.h"
#include "flutter/fml/memory/ref_ptr.h"
#include "flutter/lib/ui/dart_wrapper.h"
#include "flutter/lib/ui/ui_dart_state.h"
#include "third_party/dart/runtime/include/dart_api.h"
#include "third_party/tonic/converter/dart_converter.h"
#include "third_party/tonic/dart_state.h"
#include "third_party/tonic/dart_wrappable.h"
#include "third_party/tonic/dart_wrapper_info.h"
#include "third_party/tonic/logging/dart_invoke.h"
Go to the source code of this file.
◆ InternalFlutterGpuTestClass_Create()
void InternalFlutterGpuTestClass_Create |
( |
Dart_Handle |
wrapper | ) |
|
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()
uint32_t 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)