Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglWindowSurface.h54 EGLSurface getEGLSurface() const { return mSurface; } in getEGLSurface() function
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3686 if (!s_egl.eglMakeCurrent(getDisplay(), draw ? draw->getEGLSurface() : EGL_NO_SURFACE, in bindContext()
3687 read ? read->getEGLSurface() : EGL_NO_SURFACE, in bindContext()