HomeSort by relevance Sort by last modified time
    Searched defs:createFenceSync (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/libGLESv2/
ResourceManager.cpp 139 GLuint ResourceManager::createFenceSync(GLenum condition, GLbitfield flags)
Context.cpp 973 GLsync Context::createFenceSync(GLenum condition, GLbitfield flags)
975 GLuint handle = mResourceManager->createFenceSync(condition, flags);
    [all...]

Completed in 51 milliseconds