Review URL: http://codereview.appspot.com/
4724042
git-svn-id: http://skia.googlecode.com/svn/trunk@1858
2bbb7eff-a529-9590-31e7-
b0007b416f81
fContext->unlockTexture(fEntry);
}
}
+
+ GrTexture* texture() { return fEntry->texture(); }
private:
GrContext* fContext;
GrTextureEntry* fEntry;
extern SkView* create_overview(int, const SkViewFactory[]);
-#define SK_SUPPORT_GL
-
#define ANIMATING_EVENTTYPE "nextSample"
#define ANIMATING_DELAY 750
#endif
#define FPS_REPEAT_COUNT (10 * FPS_REPEAT_MULTIPLIER)
-#ifdef SK_SUPPORT_GL
- #include "GrGLConfig.h"
-#endif
-
static SampleWindow* gSampleWindow;
///////////////
gHead = this;
}
-#if defined(SK_SUPPORT_GL)
- #define SK_USE_SHADERS
-#endif
-
#if 0
#include <CoreFoundation/CoreFoundation.h>
#include <CoreFoundation/CFURLAccess.h>