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.cpp220 goldfishSyncFd(-1) in EGLContext_t()
254 if (goldfishSyncFd < 0) { in getGoldfishSyncFd()
255 goldfishSyncFd = goldfish_sync_open(); in getGoldfishSyncFd()
257 return goldfishSyncFd; in getGoldfishSyncFd()
262 if (goldfishSyncFd > 0) { in ~EGLContext_t()
263 goldfish_sync_close(goldfishSyncFd); in ~EGLContext_t()
264 goldfishSyncFd = -1; in ~EGLContext_t()