Home
last modified time | relevance | path

Searched refs:glSync (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/gpu/
DGrBackendSemaphore.h104 GrGLsync glSync() const { in glSync() function
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp259 GrGLsync sync = semaphore.glSync(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp4052 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()