Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Macros | Enumerations
GrDriverBugWorkarounds.h File Reference
#include "include/gpu/GrDriverBugWorkaroundsAutogen.h"
#include "include/core/SkTypes.h"
#include <stdint.h>
#include <vector>

Go to the source code of this file.

Classes

class  GrDriverBugWorkarounds
 

Macros

#define GPU_OP(type, name)   type,
 
#define GPU_OP(type, name)   bool name = false;
 

Enumerations

enum  GrDriverBugWorkaroundType { NUMBER_OF_GPU_DRIVER_BUG_WORKAROUND_TYPES }
 

Macro Definition Documentation

◆ GPU_OP [1/2]

#define GPU_OP (   type,
  name 
)    type,

Definition at line 29 of file GrDriverBugWorkarounds.h.

◆ GPU_OP [2/2]

#define GPU_OP (   type,
  name 
)    bool name = false;

Definition at line 29 of file GrDriverBugWorkarounds.h.

Enumeration Type Documentation

◆ GrDriverBugWorkaroundType

Enumerator
NUMBER_OF_GPU_DRIVER_BUG_WORKAROUND_TYPES 

Definition at line 28 of file GrDriverBugWorkarounds.h.

28 {
29#define GPU_OP(type, name) type,
31#undef GPU_OP
33};
#define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP)
#define GPU_OP(type, name)
@ NUMBER_OF_GPU_DRIVER_BUG_WORKAROUND_TYPES