Home
last modified time | relevance | path

Searched refs:UnlockLayers (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkMultiPictureDraw.cpp186 GrLayerHoister::UnlockLayers(context, needRendering); in draw()
187 GrLayerHoister::UnlockLayers(context, recycled); in draw()
202 GrLayerHoister::UnlockLayers(context, atlasedNeedRendering); in draw()
203 GrLayerHoister::UnlockLayers(context, atlasedRecycled); in draw()
/external/skia/src/gpu/
DGrLayerHoister.h106 static void UnlockLayers(GrContext* context, const SkTDArray<GrHoistedLayer>& layers);
DSkGpuDevice.cpp1931 GrLayerHoister::UnlockLayers(fContext, needRendering); in EXPERIMENTAL_drawPicture()
1932 GrLayerHoister::UnlockLayers(fContext, recycled); in EXPERIMENTAL_drawPicture()
1933 GrLayerHoister::UnlockLayers(fContext, atlasedNeedRendering); in EXPERIMENTAL_drawPicture()
1934 GrLayerHoister::UnlockLayers(fContext, atlasedRecycled); in EXPERIMENTAL_drawPicture()
DGrLayerHoister.cpp365 void GrLayerHoister::UnlockLayers(GrContext* context, in UnlockLayers() function in GrLayerHoister