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

  /external/webkit/Source/WebCore/platform/graphics/android/
MediaLayer.h 41 virtual bool needsTexture() { return false; }
LayerAndroid.cpp 778 bool LayerAndroid::needsTexture()
814 if (needsTexture())
854 needsTexture() ? "needs a texture" : "no texture",
895 this, needsTexture(), drawingTree);
978 if (!needsTexture())
    [all...]

Completed in 109 milliseconds