Home | History | Annotate | Download | only in texmap

Lines Matching refs:rootLayer

132     TextureMapperNode* root = rootLayer();
235 // RootLayer: the top level. Draws to a framebuffer, and the target texture draws into the viewport.
238 m_layerType = RootLayer;
289 TextureMapperNode* TextureMapperNode::rootLayer()
292 return m_effectTarget->rootLayer();
294 return m_parent->rootLayer();
342 if (m_layerType == ClipLayer || m_layerType == RootLayer)
468 ASSERT(m_layerType == RootLayer);
474 opt.rootLayer = this;
551 if (m_layerType == RootLayer || m_layerType == DefaultLayer || m_layerType == ScissorLayer)
634 || (m_layerType == RootLayer
734 TextureMapper* textureMapper = rootLayer()->m_platformClient->textureMapper();