Searched refs:hasSurfaceDescendants (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h147 bool hasSurfaceDescendants() const;
226 bool hasSurfaceDescendants; member in struct:WebCore::TextureMapperNode::State
242 , hasSurfaceDescendants(false)
H A DTextureMapperNode.cpp143 if (m_state.hasSurfaceDescendants) {
188 bool TextureMapperNode::hasSurfaceDescendants() const function in class:WebCore::TextureMapperNode
196 if (child->hasSurfaceDescendants())
482 if (textureMapper->allowSurfaceForRoot() || m_state.hasSurfaceDescendants) {
635 && (options.textureMapper->allowSurfaceForRoot() || m_state.hasSurfaceDescendants)
722 m_state.hasSurfaceDescendants = hasSurfaceDescendants();

Completed in 24 milliseconds