Searched refs:needsTexture (Results 1 – 10 of 10) sorted by relevance
75 if (!needsTexture() || !oldSurface->needsTexture()) in tryUpdateSurface()86 this, m_surfaceBacking, oldSurface, oldSurface->needsTexture()); in tryUpdateSurface()142 m_needsTexture |= layer->needsTexture(); in addLayer()149 if (layer->needsTexture()) { in addLayer()203 this, m_surfaceBacking, needsTexture()); in prepareGL()205 if (needsTexture() || (isBase() && layerTilesDisabled)) in prepareGL()311 if (!needsTexture()) in canUpdateWithBlit()
176 if (!newSurface->needsTexture()) in setIsPainting()235 if (m_surfaces[i]->needsTexture()) in backedSize()
63 bool needsTexture() { return m_needsTexture; } in needsTexture() function
45 virtual bool needsTexture() { return content(); } in needsTexture() function63 virtual bool needsTexture() { return false; } in needsTexture() function72 virtual bool needsTexture() { return true; } in needsTexture() function
181 bool CanvasLayer::needsTexture() in needsTexture() function in WebCore::CanvasLayer183 return (m_bitmap && !masksToBounds()) || LayerAndroid::needsTexture(); in needsTexture()
41 virtual bool needsTexture() { return false; } in needsTexture() function
54 virtual bool needsTexture();
145 virtual bool needsTexture();279 return (needsTexture() && m_intrinsicallyComposited) in needsIsolatedSurface()
550 bool LayerAndroid::needsTexture() in needsTexture() function in WebCore::LayerAndroid553 || (m_originalLayer && m_originalLayer->needsTexture()); in needsTexture()580 if (needsTexture()) in nbTexturedLayers()609 needsTexture() ? "needsTexture" : "", in showLayer()690 needsTexture(), getWidth(), getHeight()); in assignSurfaces()
283 ASSERT_TRUE(l->needsTexture()); in TEST_F()325 ASSERT_TRUE(paintChildA->needsTexture()); in TEST_F()330 ASSERT_TRUE(paintChildB->needsTexture()); in TEST_F()347 ASSERT_TRUE(paintChildC->needsTexture()); in TEST_F()