HomeSort by relevance Sort by last modified time
    Searched refs:GrLayerHoister (Results 1 - 6 of 6) sorted by null

  /external/skia/src/core/
SkMultiPictureDraw.cpp 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)
    [all...]
  /external/skia/src/gpu/
GrLayerHoister.h 34 class GrLayerHoister {
GrLayerHoister.cpp 9 #include "GrLayerHoister.h"
119 void GrLayerHoister::FindLayersToAtlas(GrContext* context,
181 void GrLayerHoister::FindLayersToHoist(GrContext* context,
230 void GrLayerHoister::DrawLayersToAtlas(GrContext* context,
288 void GrLayerHoister::FilterLayer(GrContext* context,
328 void GrLayerHoister::DrawLayers(GrContext* context, const SkTDArray<GrHoistedLayer>& layers) {
370 void GrLayerHoister::UnlockLayers(GrContext* context,
381 void GrLayerHoister::PurgeCache(GrContext* context) {
SkGpuDevice.cpp 13 #include "GrLayerHoister.h"
    [all...]
  /external/skia/include/core/
SkPicture.h 302 friend class GrLayerHoister; // access to fRecord
  /external/skia/
Android.mk 463 src/gpu/GrLayerHoister.cpp \

Completed in 86 milliseconds