Searched defs:needsTexture (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DMediaLayer.h41 virtual bool needsTexture() { return false; } function in class:WebCore::MediaLayer
H A DLayerAndroid.cpp778 bool LayerAndroid::needsTexture() function in class:WebCore::LayerAndroid
814 if (needsTexture())
854 needsTexture() ? "needs a texture" : "no texture",
895 this, needsTexture(), drawingTree);
978 if (!needsTexture())

Completed in 91 milliseconds