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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.cpp 19 fIsChromium = that.fIsChromium;
54 fIsChromium = GrGLIsChromiumFromRendererString(renderer);
74 fIsChromium = false;
GrGLContext.h 58 bool isChromium() const { return fIsChromium; }
82 bool fIsChromium;
  /external/skia/src/gpu/gl/
GrGLContext.cpp 19 fIsChromium = that.fIsChromium;
54 fIsChromium = GrGLIsChromiumFromRendererString(renderer);
76 fIsChromium = false;
GrGLContext.h 58 bool isChromium() const { return fIsChromium; }
80 bool fIsChromium;

Completed in 39 milliseconds