Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
dl_test_surface_provider.cc File Reference

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Macros

#define FLT_SURFACE_PROVIDER_HANDLE_BACKEND(name, BACKEND)
 

Macro Definition Documentation

◆ FLT_SURFACE_PROVIDER_HANDLE_BACKEND

#define FLT_SURFACE_PROVIDER_HANDLE_BACKEND (   name,
  BACKEND 
)
Value:
{ \
BackendType type = BackendType::k##BACKEND; \
if (name.compare(DlSurfaceProvider::BackendName(type)) == 0) { \
return type; \
} \
}
const char * name
Definition fuchsia.cc:50
impeller::ShaderType type