Home
last modified time | relevance | path

Searched defs:getSync (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DResourceManager.cpp343 Sync *SyncManager::getSync(GLuint handle) const in getSync() function in gl::SyncManager
DContext.cpp905 Sync *Context::getSync(GLsync handle) const in getSync() function in gl::Context
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp409 SharedPtr<FenceSync> getSync (void) { return m_sync; } in getSync() function in deqp::egl::GLES2ThreadTest::Operation