Home
last modified time | relevance | path

Searched refs:GrFlushInfo (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/src/gpu/
H A DGrDirectContextPriv.h53 const GrFlushInfo& = {},
60 const GrFlushInfo& info = {}, in flushSurface()
H A DGrDrawingManager.h141 const GrFlushInfo&,
196 const GrFlushInfo&,
H A DGrDrawingManager.cpp100 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 DGrDirectContextPriv.cpp39 const GrFlushInfo& info, in flushSurfaces()
H A DGrGpu.h397 const GrFlushInfo&,
H A DGrDirectContext.cpp460 GrSemaphoresSubmitted GrDirectContext::flush(const GrFlushInfo& info) { in flush()
761 GrFlushInfo info; in update_texture_with_pixmaps()
/third_party/skia/tools/gpu/
H A DTestContext.cpp51 GrFlushInfo flushInfo; in flushAndWaitOnSync()
/third_party/skia/src/image/
H A DSkImage_GpuYUVA.h33 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const override;
H A DSkSurface_Gpu.h49 GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo& info,
H A DSkSurface_Base.h39 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo&, in onFlush() argument
H A DSkImage_Gpu.h44 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const override;
H A DSkImage_Base.h87 virtual GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const { in onFlush()
H A DSkSurface.cpp363 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, const GrFlushInfo& flushInfo) { in flush()
367 GrSemaphoresSubmitted SkSurface::flush(const GrFlushInfo& info, in flush()
H A DSkSurface_Gpu.cpp217 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(BackendSurfaceAccess access, const GrFlushInfo& info, in onFlush()
706 this->flush(BackendSurfaceAccess::kNoAccess, GrFlushInfo()); in flushAndSubmit()
H A DSkImage_GpuYUVA.cpp100 const GrFlushInfo& info) const { in onFlush()
/third_party/skia/tests/
H A DGrSubmittedFlushTest.cpp42 GrFlushInfo flushInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DSurfaceSemaphoreTest.cpp154 GrFlushInfo info; in surface_semaphore_test()
247 GrFlushInfo flushInfo; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DGrFinishedFlushTest.cpp55 GrFlushInfo flushInfoFinishedProc; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DProgramsTest.cpp294 direct->flush(GrFlushInfo()); in ProgramUnitTest()
320 direct->flush(GrFlushInfo()); in ProgramUnitTest()
/third_party/skia/include/core/
H A DSkSurface.h896 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 DSkImage.h735 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 DGrDirectContext.h367 * 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 DGrTypes.h226 struct GrFlushInfo { struct in GrMipmapped::GrRenderable::GrProtected
/third_party/skia/tools/sk_app/win/
H A DD3D12WindowContext_win.cpp201 GrFlushInfo info; in swapBuffers()
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp549 GrFlushInfo info; in swapBuffers()

Completed in 20 milliseconds

12