Home
last modified time | relevance | path

Searched refs:GrSemaphoresSubmitted (Results 1 – 25 of 42) sorted by relevance

12

/external/skqp/src/gpu/
DGrDrawingManager.cpp208 GrSemaphoresSubmitted GrDrawingManager::flush(GrSurfaceProxy*, in flush()
214 return GrSemaphoresSubmitted::kNo; in flush()
220 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in flush()
335 GrSemaphoresSubmitted result = gpu->finishFlush(numSemaphores, backendSemaphores); in flush()
450 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO()
453 return GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
460 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in prepareSurfaceForExternalIO()
463 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
DGrDrawingManager.h75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*,
145 GrSemaphoresSubmitted flush(GrSurfaceProxy* proxy,
DGrGpu.cpp378 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush()
401 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush()
402 : GrSemaphoresSubmitted::kNo; in finishFlush()
DSkGpuDevice.h123 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
/external/skqp/src/image/
DSkSurface_Base.h83 virtual GrSemaphoresSubmitted onFlush(int numSemaphores, in onFlush()
85 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkSurface_Gpu.h35 GrSemaphoresSubmitted onFlush(int numSemaphores,
/external/skia/src/image/
DSkSurface_Base.h111 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo&, in onFlush()
113 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkImage_Base.h87 virtual GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) { in onFlush()
88 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkImage_GpuYUVA.h33 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) override;
DSkSurface_Gpu.h54 GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo& info,
DSkImage_Gpu.h44 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) override;
DSkImage_GpuYUVA.cpp99 GrSemaphoresSubmitted SkImage_GpuYUVA::onFlush(GrDirectContext* dContext, const GrFlushInfo& info) { in onFlush()
107 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkSurface.cpp327 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, const GrFlushInfo& flushInfo) { in flush()
331 GrSemaphoresSubmitted SkSurface::flush(const GrFlushInfo& info, in flush()
DSkImage.cpp228 GrSemaphoresSubmitted SkImage::flush(GrDirectContext* dContext, const GrFlushInfo& flushInfo) { in flush()
253 GrSemaphoresSubmitted SkImage::flush(GrDirectContext*, const GrFlushInfo&) { in flush()
254 return GrSemaphoresSubmitted::kNo; in flush()
DSkSurface_Gpu.cpp215 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(BackendSurfaceAccess access, const GrFlushInfo& info, in onFlush()
220 return GrSemaphoresSubmitted::kNo; in onFlush()
/external/skia/src/gpu/
DGrDirectContextPriv.h84 GrSemaphoresSubmitted flushSurfaces(
91 GrSemaphoresSubmitted flushSurface(
DGrDirectContextPriv.cpp42 GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces( in flushSurfaces()
57 return GrSemaphoresSubmitted::kNo; in flushSurfaces()
DGrDrawingManager.cpp492 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces( in flushSurfaces()
504 return GrSemaphoresSubmitted::kNo; in flushSurfaces()
525 return GrSemaphoresSubmitted::kNo; in flushSurfaces()
527 return GrSemaphoresSubmitted::kYes; in flushSurfaces()
DGrDrawingManager.h124 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
/external/skia/include/core/
DSkSurface.h934 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, const GrFlushInfo& info);
980 GrSemaphoresSubmitted flush(const GrFlushInfo& info,
/external/skia/tests/
DSurfaceSemaphoreTest.cpp250 GrSemaphoresSubmitted submitted = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
252 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp230 GrSemaphoresSubmitted submitted = mainSurface->flushAndSignalSemaphores(1, &semaphore); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
231 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/include/gpu/
DGrContext.h267 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
/external/skqp/include/core/
DSkSurface.h699 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
/external/skia/include/gpu/
DGrTypes.h278 enum class GrSemaphoresSubmitted : bool { enum

12