Searched defs:needsTexture (Results 1 – 5 of 5) sorted by relevance
45 virtual bool needsTexture() { return content(); } in needsTexture() function63 virtual bool needsTexture() { return false; } in needsTexture() function72 virtual bool needsTexture() { return true; } in needsTexture() function
41 virtual bool needsTexture() { return false; } in needsTexture() function
181 bool CanvasLayer::needsTexture() in needsTexture() function in WebCore::CanvasLayer
551 bool LayerAndroid::needsTexture() in needsTexture() function in WebCore::LayerAndroid
63 bool needsTexture() { return m_needsTexture; } in needsTexture() function