Searched refs:onFlush (Results 1 - 18 of 18) sorted by relevance
/third_party/skia/src/image/ |
H A D | SkImage_GpuYUVA.h | 33 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const override;
|
H A D | SkSurface_Gpu.h | 49 GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo& info,
|
H A D | SkSurface_Base.h | 39 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo&, in onFlush() function in SkSurface_Base
|
H A D | SkImage_Gpu.h | 44 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const override;
|
H A D | SkImage_Base.h | 87 virtual GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const { in onFlush() function in SkImage_Base
|
H A D | SkSurface.cpp | 364 return asSB(this)->onFlush(access, flushInfo, nullptr); in flush() 369 return asSB(this)->onFlush(BackendSurfaceAccess::kNoAccess, info, newState); in flush()
|
H A D | SkImage_GpuYUVA.cpp | 99 GrSemaphoresSubmitted SkImage_GpuYUVA::onFlush(GrDirectContext* dContext, in onFlush() function in SkImage_GpuYUVA
|
H A D | SkSurface_Gpu.cpp | 217 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(BackendSurfaceAccess access, const GrFlushInfo& info, in onFlush() function in SkSurface_Gpu
|
H A D | SkImage.cpp | 228 return as_IB(this)->onFlush(dContext, flushInfo); in flush()
|
H A D | SkImage_Gpu.cpp | 233 GrSemaphoresSubmitted SkImage_Gpu::onFlush(GrDirectContext* dContext, in onFlush() function in SkImage_Gpu
|
/third_party/skia/include/utils/ |
H A D | SkNWayCanvas.h | 85 void onFlush() override;
|
/third_party/skia/src/core/ |
H A D | SkRecorder.h | 56 void onFlush() override;
|
H A D | SkPictureRecord.h | 159 void onFlush() override;
|
H A D | SkRecorder.cpp | 314 void SkRecorder::onFlush() { in onFlush() function in SkRecorder
|
H A D | SkCanvas.cpp | 507 this->onFlush(); in flush() 510 void SkCanvas::onFlush() { in onFlush() function in SkCanvas
|
H A D | SkPictureRecord.cpp | 43 void SkPictureRecord::onFlush() { in onFlush() function in SkPictureRecord
|
/third_party/skia/src/utils/ |
H A D | SkNWayCanvas.cpp | 368 void SkNWayCanvas::onFlush() { in onFlush() function in SkNWayCanvas
|
/third_party/skia/include/core/ |
H A D | SkCanvas.h | 2245 virtual void onFlush();
|
Completed in 21 milliseconds