Home
last modified time | relevance | path

Searched refs:flushRecording (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/pipe/
DSkGPipe.h139 void flushRecording(bool detachCurrentBlock);
/external/skia/src/pipe/
DSkGPipeWrite.cpp227 void flushRecording(bool detachCurrentBlock);
1152 void SkGPipeCanvas::flushRecording(bool detachCurrentBlock) { in flushRecording() function in SkGPipeCanvas
1352 void SkGPipeWriter::flushRecording(bool detachCurrentBlock) { in flushRecording() function in SkGPipeWriter
1354 fCanvas->flushRecording(detachCurrentBlock); in flushRecording()
/external/skia/src/utils/
DSkDeferredCanvas.cpp376 fPipeWriter.flushRecording(true); in flushPendingCommands()