diff options
Diffstat (limited to 'gpu/include/GrContext_impl.h')
-rw-r--r-- | gpu/include/GrContext_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gpu/include/GrContext_impl.h b/gpu/include/GrContext_impl.h index 0fa3b8d298..fae4e923f9 100644 --- a/gpu/include/GrContext_impl.h +++ b/gpu/include/GrContext_impl.h @@ -21,6 +21,11 @@ struct GrContext::OffscreenRecord { OffscreenRecord() { fEntry0 = NULL; fEntry1 = NULL; } ~OffscreenRecord() { GrAssert(NULL == fEntry0 && NULL == fEntry1); } + enum Downsample { + k4x4TwoPass_Downsample, + k4x4SinglePass_Downsample, + kFSAA_Downsample + } fDownsample; GrTextureEntry* fEntry0; GrTextureEntry* fEntry1; GrDrawTarget::SavedDrawState fSavedState; |