Disable memory intensive drawBitmapRectToRect tests on Android
http://codereview.appspot.com/6567052/ git-svn-id: http://skia.googlecode.com/svn/trunk@5691 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
6ae24e0f5f
commit
653b0d678e
@ -227,13 +227,17 @@ static skiagm::GM* MyFactory1(void*) { return new DrawBitmapRect2(true); }
|
||||
|
||||
static skiagm::GM* MyFactory2(void*) { return new DrawBitmapRect3(); }
|
||||
|
||||
#ifndef SK_BUILD_FOR_ANDROID
|
||||
static skiagm::GM* MyFactory3(void*) { return new DrawBitmapRect4(false); }
|
||||
static skiagm::GM* MyFactory4(void*) { return new DrawBitmapRect4(true); }
|
||||
#endif
|
||||
|
||||
static skiagm::GMRegistry reg0(MyFactory0);
|
||||
static skiagm::GMRegistry reg1(MyFactory1);
|
||||
|
||||
static skiagm::GMRegistry reg2(MyFactory2);
|
||||
|
||||
#ifndef SK_BUILD_FOR_ANDROID
|
||||
static skiagm::GMRegistry reg3(MyFactory3);
|
||||
static skiagm::GMRegistry reg4(MyFactory4);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user