8 #ifndef GrDriverBugWorkarounds_DEFINED
9 #define GrDriverBugWorkarounds_DEFINED
13 #ifdef SK_GPU_WORKAROUNDS_HEADER
14 #include SK_GPU_WORKAROUNDS_HEADER
29 #define GPU_OP(type, name) type,
48 #define GPU_OP(type, name) bool name = false;
#define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP)
Definition: GrDriverBugWorkaroundsAutogen.h:8
#define GPU_OP(type, name)
Definition: GrDriverBugWorkarounds.h:48
GrDriverBugWorkaroundType
Definition: GrDriverBugWorkarounds.h:28
@ NUMBER_OF_GPU_DRIVER_BUG_WORKAROUND_TYPES
Definition: GrDriverBugWorkarounds.h:32
Definition: GrDriverBugWorkarounds.h:35
GrDriverBugWorkarounds & operator=(const GrDriverBugWorkarounds &)=default
void applyOverrides(const GrDriverBugWorkarounds &workarounds)
~GrDriverBugWorkarounds()
GrDriverBugWorkarounds(const GrDriverBugWorkarounds &)=default
GrDriverBugWorkarounds(const std::vector< int32_t > &workarounds)