Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros
vulkan_surface.cc File Reference
#include "vulkan_surface.h"
#include <fuchsia/sysmem/cpp/fidl.h>
#include <lib/async/default.h>
#include <algorithm>
#include "flutter/fml/logging.h"
#include "flutter/fml/trace_event.h"
#include "runtime/dart/utils/inlines.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkColorSpace.h"
#include "third_party/skia/include/core/SkSurfaceProps.h"
#include "third_party/skia/include/gpu/GrBackendSemaphore.h"
#include "third_party/skia/include/gpu/GrBackendSurface.h"
#include "third_party/skia/include/gpu/GrDirectContext.h"
#include "third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h"
#include "third_party/skia/include/gpu/ganesh/vk/GrVkBackendSurface.h"
#include "vulkan/vulkan_core.h"
#include "vulkan/vulkan_fuchsia.h"

Go to the source code of this file.

Namespaces

namespace  flutter_runner
 

Macros

#define LOG_AND_RETURN(cond, msg)
 

Macro Definition Documentation

◆ LOG_AND_RETURN

#define LOG_AND_RETURN (   cond,
  msg 
)
Value:
if (cond) { \
FML_LOG(ERROR) << msg; \
return false; \
}
#define ERROR(message)

Definition at line 26 of file vulkan_surface.cc.

27 { \
28 FML_LOG(ERROR) << msg; \
29 return false; \
30 }