Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTile.cpp53 , m_frontTexture(0) in Tile()
73 if (m_frontTexture) in ~Tile()
74 m_frontTexture->release(this); in ~Tile()
109 this, texture, m_backTexture, m_frontTexture); in reserveTexture()
124 this, texture, m_backTexture, m_frontTexture); in removeTexture()
127 if (m_frontTexture == texture) { in removeTexture()
133 m_frontTexture = 0; in removeTexture()
232 if (!m_frontTexture) in drawGL()
241 m_frontTexture->drawGL(isLayerTile(), rect, opacity, transform, in drawGL()
243 m_lastDrawnTexture = m_frontTexture; in drawGL()
[all …]
DTile.h128 TileTexture* frontTexture() { return m_frontTexture; } in frontTexture()
153 TileTexture* m_frontTexture; variable