Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_systemparameter.js20 getSync: function (...args) { method
Dohos_data_Storage.js81 getSync: function () { method
Dsystem_storage.js74 getSync: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.cpp338 Sync *SyncManager::getSync(GLuint handle) const in getSync() function in gl::SyncManager
DContext.cpp1074 Sync *Context::getSync(GLsync handle) const in getSync() function in gl::Context
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp409 SharedPtr<FenceSync> getSync (void) { return m_sync; } in getSync() function in deqp::egl::GLES2ThreadTest::Operation