Home
last modified time | relevance | path

Searched refs:fIsChromium (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLContext.cpp19 fIsChromium = that.fIsChromium; in operator =()
64 fIsChromium = GrGLIsChromiumFromRendererString(renderer); in initialize()
84 fIsChromium = false; in reset()
DGrGLContext.h58 bool isChromium() const { return fIsChromium; } in isChromium()
82 bool fIsChromium; variable