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

  /external/webkit/Source/WebCore/platform/graphics/android/
MediaLayer.h 41 virtual bool needsTexture() { return false; }
PaintedSurface.cpp 117 if (!m_drawingLayer || !m_drawingLayer->needsTexture())
LayerAndroid.h 141 virtual bool needsTexture();
LayerAndroid.cpp 778 bool LayerAndroid::needsTexture()
814 if (needsTexture())
854 needsTexture() ? "needs a texture" : "no texture",
895 this, needsTexture(), drawingTree);
978 if (!needsTexture())
    [all...]
  /external/webkit/Source/WebCore/tests/
TreeManager_test.cpp 283 ASSERT_TRUE(l->needsTexture());
325 ASSERT_TRUE(paintChildA->needsTexture());
330 ASSERT_TRUE(paintChildB->needsTexture());
347 ASSERT_TRUE(paintChildC->needsTexture());

Completed in 106 milliseconds