Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesManager.cpp78 if (!m_highEndGfx) in getMaxTextureAllocation()
86 , m_highEndGfx(false) in TilesManager()
372 m_highEndGfx = highEnd; in setHighEndGfx()
377 return m_highEndGfx; in highEndGfx()
DTilesManager.h185 bool m_highEndGfx; variable