HomeSort by relevance Sort by last modified time
    Searched refs:GaneshContext (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
GaneshContext.h 38 class GaneshContext {
40 static GaneshContext* instance();
48 GaneshContext();
69 static GaneshContext* gInstance;
GaneshContext.cpp 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(
    [all...]
GaneshRenderer.cpp 32 #include "GaneshContext.h"
85 GaneshContext* ganesh = GaneshContext::instance();
148 GaneshContext::instance()->flush();
  /external/webkit/Source/WebCore/
Android.mk 647 platform/graphics/android/GaneshContext.cpp \
    [all...]

Completed in 55 milliseconds