Home
last modified time | relevance | path

Searched refs:insertedSemaphore (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3884 bool insertedSemaphore = info.fNumSemaphores > 0 && this->caps()->semaphoreSupport(); in onFinishFlush() local
3908 } else if (insertedSemaphore) { in onFinishFlush()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp3824 bool insertedSemaphore = info.fNumSemaphores > 0 && this->caps()->semaphoreSupport(); in onFinishFlush() local
3848 } else if (insertedSemaphore) { in onFinishFlush()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3884 bool insertedSemaphore = info.fNumSemaphores > 0 && this->caps()->semaphoreSupport(); in onFinishFlush() local
3908 } else if (insertedSemaphore) { in onFinishFlush()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3884 bool insertedSemaphore = info.fNumSemaphores > 0 && this->caps()->semaphoreSupport(); in onFinishFlush() local
3908 } else if (insertedSemaphore) { in onFinishFlush()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3884 bool insertedSemaphore = info.fNumSemaphores > 0 && this->caps()->semaphoreSupport(); in onFinishFlush() local
3908 } else if (insertedSemaphore) { in onFinishFlush()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp4507 void GrGLGpu::onFinishFlush(bool insertedSemaphore) { in onFinishFlush() argument
4509 if (insertedSemaphore) { in onFinishFlush()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp1584 void GrVkGpu::onFinishFlush(bool insertedSemaphore) { in onFinishFlush() argument