Home
last modified time | relevance | path

Searched refs:goldfishSyncFd (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
DeglContext.h54 int goldfishSyncFd; member
Degl.cpp214 goldfishSyncFd(-1) in EGLContext_t()
248 if (goldfishSyncFd < 0) { in getGoldfishSyncFd()
249 goldfishSyncFd = goldfish_sync_open(); in getGoldfishSyncFd()
251 return goldfishSyncFd; in getGoldfishSyncFd()
256 if (goldfishSyncFd > 0) { in ~EGLContext_t()
257 goldfish_sync_close(goldfishSyncFd); in ~EGLContext_t()
258 goldfishSyncFd = -1; in ~EGLContext_t()