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

  /external/swiftshader/src/OpenGL/libGLESv2/
ResourceManager.h 65 GLuint createFenceSync(GLenum condition, GLbitfield flags);
ResourceManager.cpp 139 GLuint ResourceManager::createFenceSync(GLenum condition, GLbitfield flags)
Context.h 552 GLsync createFenceSync(GLenum condition, GLbitfield flags);
Context.cpp 958 GLsync Context::createFenceSync(GLenum condition, GLbitfield flags)
960 GLuint handle = mResourceManager->createFenceSync(condition, flags);
    [all...]
libGLESv3.cpp     [all...]

Completed in 164 milliseconds