Home
last modified time | relevance | path

Searched defs:needsTexture (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DBaseLayerAndroid.h45 virtual bool needsTexture() { return content(); } in needsTexture() function
63 virtual bool needsTexture() { return false; } in needsTexture() function
72 virtual bool needsTexture() { return true; } in needsTexture() function
DMediaLayer.h41 virtual bool needsTexture() { return false; } in needsTexture() function
DCanvasLayer.cpp181 bool CanvasLayer::needsTexture() in needsTexture() function in WebCore::CanvasLayer
DLayerAndroid.cpp551 bool LayerAndroid::needsTexture() in needsTexture() function in WebCore::LayerAndroid
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurface.h63 bool needsTexture() { return m_needsTexture; } in needsTexture() function