Home
last modified time | relevance | path

Searched refs:fNumSemaphores (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrWaitRenderTask.h21 , fNumSemaphores(numSemaphores) in GrWaitRenderTask()
44 int fNumSemaphores; variable
DGrWaitRenderTask.cpp26 for (int i = 0; i < fNumSemaphores; ++i) { in onExecute()
DGrGpu.cpp593 new std::unique_ptr<GrSemaphore>[info.fNumSemaphores]); in executeFlushInfo()
594 if (this->caps()->semaphoreSupport() && info.fNumSemaphores) { in executeFlushInfo()
595 for (int i = 0; i < info.fNumSemaphores; ++i) { in executeFlushInfo()
DGrDrawingManager.cpp104 if (!proxies.empty() && !info.fNumSemaphores && !info.fFinishedProc && in flush()
524 if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.fNumSemaphores)) { in flushSurfaces()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp155 info.fNumSemaphores = 2; in surface_semaphore_test()
248 flushInfo.fNumSemaphores = 1; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp837 info.fNumSemaphores = 1; in flushSurfaceAndSignalSemaphore()
/external/skia/include/gpu/
DGrTypes.h266 int fNumSemaphores = 0; member
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp550 info.fNumSemaphores = 1; in swapBuffers()