Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTile.h130 TileTexture* lastDrawnTexture() { return m_lastDrawnTexture; } in lastDrawnTexture()
155 TileTexture* m_lastDrawnTexture; variable
DTile.cpp55 , m_lastDrawnTexture(0) in Tile()
243 m_lastDrawnTexture = m_frontTexture; in drawGL()