Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Macros
GrDriverBugWorkarounds.cpp File Reference
#include "include/gpu/GrDriverBugWorkarounds.h"
#include "include/core/SkTypes.h"

Go to the source code of this file.

Macros

#define GPU_OP(type, name)
 
#define GPU_OP(type, name)    name |= workarounds.name;
 

Macro Definition Documentation

◆ GPU_OP [1/2]

#define GPU_OP (   type,
  name 
)
Value:
case GrDriverBugWorkaroundType::type: \
name = true; \
break;
const char * name
Definition fuchsia.cc:50

◆ GPU_OP [2/2]

#define GPU_OP (   type,
  name 
)     name |= workarounds.name;