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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.h 63 bool needsTexture() { return m_needsTexture; }
88 bool m_needsTexture;
Surface.cpp 54 , m_needsTexture(false)
142 m_needsTexture |= layer->needsTexture();

Completed in 1712 milliseconds