Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DGrDrawingManager.cpp117 GrSemaphoresSubmitted GrDrawingManager::internalFlush(GrSurfaceProxy*, in internalFlush()
124 return GrSemaphoresSubmitted::kNo; in internalFlush()
232 GrSemaphoresSubmitted result = gpu->finishFlush(numSemaphores, backendSemaphores); in internalFlush()
326 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO()
329 return GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
333 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
DGrDrawingManager.h75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*,
96 GrSemaphoresSubmitted flush(GrSurfaceProxy* proxy,
102 GrSemaphoresSubmitted internalFlush(GrSurfaceProxy*,
DGrGpu.cpp469 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush()
491 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush()
492 : GrSemaphoresSubmitted::kNo; in finishFlush()
DSkGpuDevice.h122 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
DGrRenderTargetContext.h324 GrSemaphoresSubmitted prepareForExternalIO(int numSemaphores,
/external/skqp/src/gpu/
DGrDrawingManager.cpp84 GrSemaphoresSubmitted GrDrawingManager::internalFlush(GrSurfaceProxy*, in internalFlush()
91 return GrSemaphoresSubmitted::kNo; in internalFlush()
207 GrSemaphoresSubmitted result = gpu->finishFlush(numSemaphores, backendSemaphores); in internalFlush()
296 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO()
299 return GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
303 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
DGrDrawingManager.h75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*,
106 GrSemaphoresSubmitted flush(GrSurfaceProxy* proxy,
112 GrSemaphoresSubmitted internalFlush(GrSurfaceProxy*,
DGrGpu.cpp499 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush()
521 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush()
522 : GrSemaphoresSubmitted::kNo; in finishFlush()
DGrRenderTargetContext.h323 GrSemaphoresSubmitted prepareForExternalIO(int numSemaphores,
DSkGpuDevice.h122 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.h32 GrSemaphoresSubmitted onFlush(int numSemaphores,
DSkSurface.cpp203 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
/external/skia/src/image/
DSkSurface_Base.h85 virtual GrSemaphoresSubmitted onFlush(int numSemaphores, in onFlush()
87 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkSurface_Gpu.h33 GrSemaphoresSubmitted onFlush(int numSemaphores,
DSkSurface.cpp227 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp235 GrSemaphoresSubmitted submitted = mainSurface->flushAndSignalSemaphores(1, &semaphore); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
236 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp235 GrSemaphoresSubmitted submitted = mainSurface->flushAndSignalSemaphores(1, &semaphore); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
236 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/include/core/
DSkSurface.h732 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
/external/skqp/include/core/
DSkSurface.h393 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
/external/skqp/include/gpu/
DGrContext.h280 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
DGrTypes.h482 enum class GrSemaphoresSubmitted : bool { enum
/external/skia/include/gpu/
DGrContext.h318 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
/external/skqp/site/user/api/
Dundocumented.md953 ## <a name="GrSemaphoresSubmitted"></a> Enum GrSemaphoresSubmitted
959 …<td><a name="GrSemaphoresSubmitted_kNo"> <code><strong>GrSemaphoresSubmitted::kNo </strong></code>…
962 …<td><a name="GrSemaphoresSubmitted_kYes"> <code><strong>GrSemaphoresSubmitted::kYes </strong></cod…
/external/skia/site/user/api/
Dundocumented.md928 ## <a name="GrSemaphoresSubmitted"></a> Enum GrSemaphoresSubmitted
934 …<td><a name="GrSemaphoresSubmitted_kNo"> <code><strong>GrSemaphoresSubmitted::kNo </strong></code>…
937 …<td><a name="GrSemaphoresSubmitted_kYes"> <code><strong>GrSemaphoresSubmitted::kYes </strong></cod…

12