Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DGrDrawingManager.cpp199 GrSemaphoresSubmitted GrDrawingManager::flush(GrSurfaceProxy* proxy, in flush()
212 return GrSemaphoresSubmitted::kNo; in flush()
221 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in flush()
229 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in flush()
348 GrSemaphoresSubmitted result = gpu->finishFlush(proxy, access, flags, numSemaphores, in flush()
477 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO()
483 return GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
490 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in prepareSurfaceForExternalIO()
495 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in prepareSurfaceForExternalIO()
500 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
DGrDrawingManager.h75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*,
154 GrSemaphoresSubmitted flush(GrSurfaceProxy* proxy,
DGrContext.cpp259 GrSemaphoresSubmitted GrContext::flush(GrFlushFlags flags, int numSemaphores, in flush()
265 return GrSemaphoresSubmitted::kNo; in flush()
DGrGpu.cpp399 GrSemaphoresSubmitted GrGpu::finishFlush(GrSurfaceProxy* proxy, in finishFlush()
428 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush()
429 : GrSemaphoresSubmitted::kNo; in finishFlush()
DSkGpuDevice.h121 GrSemaphoresSubmitted flush(SkSurface::BackendSurfaceAccess access,
/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,
DGrGpu.h264 GrSemaphoresSubmitted finishFlush(int numSemaphores, GrBackendSemaphore backendSemaphores[]);
DGrRenderTargetContext.h369 GrSemaphoresSubmitted prepareForExternalIO(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,
DSkSurface.cpp250 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
/external/skia/src/image/
DSkSurface_Base.h83 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, GrFlushFlags flags, in onFlush()
88 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkSurface.cpp251 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, GrFlushFlags flags, in flush()
259 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, FlushFlags flags, in flush()
265 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
DSkSurface_Gpu.h35 GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, GrFlushFlags flags,
/external/skia/include/core/
DSkSurface.h772 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, GrFlushFlags flags,
784 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, FlushFlags flags,
789 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
/external/skia/include/gpu/
DGrContext.h286 GrSemaphoresSubmitted flush(GrFlushFlags flags, int numSemaphores,
294 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
DGrTypes.h275 enum class GrSemaphoresSubmitted : bool { enum
/external/skia/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/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,
DGrTypes.h266 enum class GrSemaphoresSubmitted : bool { enum
/external/skqp/include/core/
DSkSurface.h699 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,

12