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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.cpp 19 fIsChromium = ctxInfo.fIsChromium;
52 fIsChromium = GrGLIsChromiumFromRendererString(renderer);
72 fIsChromium = false;
GrGLContext.h 56 bool isChromium() const { return fIsChromium; }
85 bool fIsChromium;
  /external/skia/src/gpu/gl/
GrGLContext.cpp 19 fIsChromium = ctxInfo.fIsChromium;
52 fIsChromium = GrGLIsChromiumFromRendererString(renderer);
72 fIsChromium = false;
GrGLContext.h 56 bool isChromium() const { return fIsChromium; }
85 bool fIsChromium;

Completed in 139 milliseconds