Home | History | Annotate | Download | only in core

Lines Matching refs:GrLayerHoister

19 #include "GrLayerHoister.h"
141 GrLayerHoister::FindLayersToAtlas(context, data.fPicture, initialMatrix,
148 GrLayerHoister::DrawLayersToAtlas(context, atlasedNeedRendering);
175 GrLayerHoister::FindLayersToHoist(context, picture, initialMatrix,
179 GrLayerHoister::DrawLayers(context, needRendering);
185 GrLayerHoister::UnlockLayers(context, needRendering);
186 GrLayerHoister::UnlockLayers(context, recycled);
201 GrLayerHoister::UnlockLayers(context, atlasedNeedRendering);
202 GrLayerHoister::UnlockLayers(context, atlasedRecycled);
204 GrLayerHoister::PurgeCache(context);