Home
last modified time | relevance | path

Searched refs:closeAll (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/tools/
Dremote_demo.cpp228 auto closeAll = [readFd, writeFd]() { in renderer() local
250 closeAll(); in renderer()
257 closeAll(); in renderer()
266 closeAll(); in renderer()
/third_party/skia/tools/
Dremote_demo.cpp228 auto closeAll = [readFd, writeFd]() { in renderer() local
250 closeAll(); in renderer()
257 closeAll(); in renderer()
266 closeAll(); in renderer()
/third_party/flutter/skia/src/gpu/
DGrDrawingManager.cpp131 void GrDrawingManager::RenderTaskDAG::closeAll(const GrCaps* caps) { in closeAll() function in GrDrawingManager::RenderTaskDAG
261 fDAG.closeAll(fContext->priv().caps()); in flush()
548 fDAG.closeAll(fContext->priv().caps()); in moveRenderTasksToDDL()
DGrDrawingManager.h113 void closeAll(const GrCaps* caps);
/third_party/node/tools/
Dlint-md.mjs1809 let closeAll; variable
1812 closeAll = close;
1815 closeAll = close + parent.closeAll;
1822 closeAll,
1861 const {openAll, closeAll} = styler;
1878 string = stringEncaseCRLFWithFirstIndex(string, closeAll, openAll, lfIndex);
1881 return openAll + string + closeAll;