/third_party/skia/src/gpu/ |
H A D | GrDirectContextPriv.h | 53 const GrFlushInfo& = {}, 60 const GrFlushInfo& info = {}, in flushSurface()
|
H A D | GrDrawingManager.h | 141 const GrFlushInfo&, 196 const GrFlushInfo&,
|
H A D | GrDrawingManager.cpp | 100 const GrFlushInfo& info, in flush() 511 const GrFlushInfo& info, in flushSurfaces() 908 GrFlushInfo{}, in newWritePixelsTask() 1001 if (this->flush({}, SkSurface::BackendSurfaceAccess::kNoAccess, GrFlushInfo(), nullptr)) { in flushIfNecessary()
|
H A D | GrDirectContextPriv.cpp | 39 const GrFlushInfo& info, in flushSurfaces()
|
H A D | GrGpu.h | 397 const GrFlushInfo&,
|
H A D | GrDirectContext.cpp | 460 GrSemaphoresSubmitted GrDirectContext::flush(const GrFlushInfo& info) { in flush() 761 GrFlushInfo info; in update_texture_with_pixmaps()
|
/third_party/skia/tools/gpu/ |
H A D | TestContext.cpp | 51 GrFlushInfo flushInfo; in flushAndWaitOnSync()
|
/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() argument
|
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()
|
H A D | SkSurface.cpp | 363 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, const GrFlushInfo& flushInfo) { in flush() 367 GrSemaphoresSubmitted SkSurface::flush(const GrFlushInfo& info, in flush()
|
H A D | SkSurface_Gpu.cpp | 217 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(BackendSurfaceAccess access, const GrFlushInfo& info, in onFlush() 706 this->flush(BackendSurfaceAccess::kNoAccess, GrFlushInfo()); in flushAndSubmit()
|
H A D | SkImage_GpuYUVA.cpp | 100 const GrFlushInfo& info) const { in onFlush()
|
/third_party/skia/tests/ |
H A D | GrSubmittedFlushTest.cpp | 42 GrFlushInfo flushInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | SurfaceSemaphoreTest.cpp | 154 GrFlushInfo info; in surface_semaphore_test() 247 GrFlushInfo flushInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | GrFinishedFlushTest.cpp | 55 GrFlushInfo flushInfoFinishedProc; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | ProgramsTest.cpp | 294 direct->flush(GrFlushInfo()); in ProgramUnitTest() 320 direct->flush(GrFlushInfo()); in ProgramUnitTest()
|
/third_party/skia/include/core/ |
H A D | SkSurface.h | 896 calling SkSurface::flush with a default GrFlushInfo followed by 929 The GrFlushInfo describes additional options to flush. Please see documentation at 930 GrFlushInfo for more info. 939 with the GrFlushInfo. Regardless of whether semaphores were submitted to the GPU or not, the 951 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, const GrFlushInfo& info); 963 The GrFlushInfo describes additional options to flush. Please see documentation at 964 GrFlushInfo for more info. 971 object to be prepped for that use. A finishedProc or semaphore on the GrFlushInfo will also 985 with the GrFlushInfo. Regardless of whether semaphores were submitted to the GPU or not, the 997 GrSemaphoresSubmitted flush(const GrFlushInfo [all...] |
H A D | SkImage.h | 735 passed GrDirectContext then this is a no-op unless the GrFlushInfo contains semaphores or 741 GrSemaphoresSubmitted flush(GrDirectContext* context, const GrFlushInfo& flushInfo) const; 745 /** Version of flush() that uses a default GrFlushInfo. Also submits the flushed work to the
|
/third_party/skia/include/gpu/ |
H A D | GrDirectContext.h | 367 * API. This is equivalent to calling GrContext::flush with a default GrFlushInfo followed by 371 this->flush(GrFlushInfo()); in flushAndSubmit() 392 * the GrFlushInfo. Regardless of whether semaphores were submitted to the GPU or not, the 399 GrSemaphoresSubmitted flush(const GrFlushInfo& info);
|
H A D | GrTypes.h | 226 struct GrFlushInfo { struct in GrMipmapped::GrRenderable::GrProtected
|
/third_party/skia/tools/sk_app/win/ |
H A D | D3D12WindowContext_win.cpp | 201 GrFlushInfo info; in swapBuffers()
|
/third_party/skia/tools/sk_app/ |
H A D | VulkanWindowContext.cpp | 549 GrFlushInfo info; in swapBuffers()
|