Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp827 void LayerAndroid::collect3dRenderingContext(Vector<LayerAndroid*>& layersInContext) in collect3dRenderingContext() argument
829 layersInContext.append(this); in collect3dRenderingContext()
833 getChild(i)->collect3dRenderingContext(layersInContext); in collect3dRenderingContext()
DLayerAndroid.h319 void collect3dRenderingContext(Vector<LayerAndroid*>& layersInContext);