Searched refs:mEglSurface (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/camera/ |
D | abc3d.cpp | 122 , mEglSurface(std::exchange(rhs.mEglSurface, EGL_NO_SURFACE)) {} in EglContext() 128 mEglSurface = std::exchange(rhs.mEglSurface, EGL_NO_SURFACE); in operator =() 138 if (mEglSurface != EGL_NO_SURFACE) { in clear() 139 eglDestroySurface(mEglDisplay, mEglSurface); in clear() 140 mEglSurface = EGL_NO_SURFACE; in clear() 154 LOG_ALWAYS_FATAL_IF(!eglMakeCurrent(mEglDisplay, mEglSurface, in init() 155 mEglSurface, mEglContext)); in init() 225 mEglSurface = surface; in init() 233 } else if (eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in getCurrentContext()
|
D | abc3d.h | 84 EGLSurface mEglSurface = EGL_NO_SURFACE; member
|