Home | History | Annotate | Download | only in android

Lines Matching refs:GaneshContext

28 #include "GaneshContext.h"
41 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "GaneshContext", __VA_ARGS__)
52 GaneshContext::GaneshContext()
63 GaneshContext* GaneshContext::gInstance = 0;
65 GaneshContext* GaneshContext::instance()
68 gInstance = new GaneshContext();
72 GrContext* GaneshContext::getGrContext()
80 void GaneshContext::flush()
86 SkDevice* GaneshContext::getDeviceForBaseTile(const TileRenderInfo& renderInfo)
112 SkDevice* GaneshContext::getDeviceForBaseTileSurface(const TileRenderInfo& renderInfo)
208 SkDevice* GaneshContext::getDeviceForBaseTileFBO(const TileRenderInfo& renderInfo)