Home
last modified time | relevance | path

Searched refs:canJoinSurface (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h273 bool canJoinSurface(Surface* surface);
DLayerAndroid.cpp643 bool LayerAndroid::canJoinSurface(Surface* surface) in canJoinSurface() function in WebCore::LayerAndroid
674 || !canJoinSurface(mergeState->currentSurface); in assignSurfaces()