Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
Dabc3d.cpp122 , 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()
Dabc3d.h84 EGLSurface mEglSurface = EGL_NO_SURFACE; member