Searched refs:layerTilesDisabled (Results 1 – 13 of 13) sorted by relevance
89 bool layerTilesDisabled = m_compositedRoot->state()->isSingleSurfaceRenderingMode(); in prepareGL() local90 if (!layerTilesDisabled) { in prepareGL()95 m_surfaces[i]->prepareGL(layerTilesDisabled, tryToFastBlit); in prepareGL()106 bool layerTilesDisabled = m_compositedRoot->state()->isSingleSurfaceRenderingMode(); in drawGL() local
52 void prepareGL(bool layerTilesDisabled, bool updateWithBlit);53 bool drawGL(bool layerTilesDisabled);
198 void Surface::prepareGL(bool layerTilesDisabled, bool updateWithBlit) in prepareGL() argument200 bool tilesDisabled = layerTilesDisabled && !isBase(); in prepareGL()205 if (needsTexture() || (isBase() && layerTilesDisabled)) in prepareGL()236 bool Surface::drawGL(bool layerTilesDisabled) in drawGL() argument238 bool tilesDisabled = layerTilesDisabled && !isBase(); in drawGL()
198 bool CanvasLayer::drawGL(bool layerTilesDisabled) in drawGL() argument200 bool ret = LayerAndroid::drawGL(layerTilesDisabled); in drawGL()
59 virtual bool drawGL(bool layerTilesDisabled);
39 virtual bool drawGL(bool layerTilesDisabled);
52 virtual bool drawGL(bool layerTilesDisabled);
57 bool MediaLayer::drawGL(bool layerTilesDisabled) in drawGL() argument
74 virtual bool drawGL(bool layerTilesDisabled);
287 bool FixedBackgroundImageLayerAndroid::drawGL(bool layerTilesDisabled) in drawGL() argument289 if (layerTilesDisabled) in drawGL()
125 bool VideoLayerAndroid::drawGL(bool layerTilesDisabled) in drawGL() argument
157 virtual bool drawGL(bool layerTilesDisabled);
875 bool LayerAndroid::drawGL(bool layerTilesDisabled) in drawGL() argument877 if (!layerTilesDisabled && m_imageCRC) { in drawGL()