Searched refs:GrLayerHoister (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkMultiPictureDraw.cpp | 141 GrLayerHoister::FindLayersToAtlas(context, data.fPicture, initialMatrix, in draw() 148 GrLayerHoister::DrawLayersToAtlas(context, atlasedNeedRendering); in draw() 175 GrLayerHoister::FindLayersToHoist(context, picture, initialMatrix, in draw() 179 GrLayerHoister::DrawLayers(context, needRendering); in draw() 185 GrLayerHoister::UnlockLayers(context, needRendering); in draw() 186 GrLayerHoister::UnlockLayers(context, recycled); in draw() 201 GrLayerHoister::UnlockLayers(context, atlasedNeedRendering); in draw() 202 GrLayerHoister::UnlockLayers(context, atlasedRecycled); in draw() 204 GrLayerHoister::PurgeCache(context); in draw()
|
/external/skia/src/gpu/ |
D | GrLayerHoister.cpp | 119 void GrLayerHoister::FindLayersToAtlas(GrContext* context, in FindLayersToAtlas() 181 void GrLayerHoister::FindLayersToHoist(GrContext* context, in FindLayersToHoist() 230 void GrLayerHoister::DrawLayersToAtlas(GrContext* context, in DrawLayersToAtlas() 288 void GrLayerHoister::FilterLayer(GrContext* context, in FilterLayer() 328 void GrLayerHoister::DrawLayers(GrContext* context, const SkTDArray<GrHoistedLayer>& layers) { in DrawLayers() 370 void GrLayerHoister::UnlockLayers(GrContext* context, in UnlockLayers() 381 void GrLayerHoister::PurgeCache(GrContext* context) { in PurgeCache()
|
D | GrLayerHoister.h | 34 class GrLayerHoister {
|
D | SkGpuDevice.cpp | 2025 GrLayerHoister::FindLayersToAtlas(fContext, mainPicture, in EXPERIMENTAL_drawPicture() 2031 GrLayerHoister::DrawLayersToAtlas(fContext, atlasedNeedRendering); in EXPERIMENTAL_drawPicture() 2037 GrLayerHoister::FindLayersToHoist(fContext, mainPicture, in EXPERIMENTAL_drawPicture() 2043 GrLayerHoister::DrawLayers(fContext, needRendering); in EXPERIMENTAL_drawPicture() 2049 GrLayerHoister::UnlockLayers(fContext, needRendering); in EXPERIMENTAL_drawPicture() 2050 GrLayerHoister::UnlockLayers(fContext, recycled); in EXPERIMENTAL_drawPicture() 2051 GrLayerHoister::UnlockLayers(fContext, atlasedNeedRendering); in EXPERIMENTAL_drawPicture() 2052 GrLayerHoister::UnlockLayers(fContext, atlasedRecycled); in EXPERIMENTAL_drawPicture()
|
/external/skia/include/core/ |
D | SkPicture.h | 302 friend class GrLayerHoister; // access to fRecord variable
|
/external/skia/gyp/ |
D | gpu.gypi | 124 '<(skia_src_path)/gpu/GrLayerHoister.cpp', 125 '<(skia_src_path)/gpu/GrLayerHoister.h',
|
/external/skia/ |
D | Android.mk | 463 src/gpu/GrLayerHoister.cpp \
|