Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrBackendSemaphore.h43 GrGLsync glSync() const { in glSync() function
/external/skia/include/gpu/
DGrBackendSemaphore.h77 GrGLsync glSync() const { in glSync() function
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp236 GrGLsync sync = semaphore.glSync(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp259 GrGLsync sync = semaphore.glSync(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp4022 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp4273 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()