Searched refs:getEGLSurface (Results 1 – 2 of 2) sorted by relevance
54 EGLSurface getEGLSurface() const { return mSurface; } in getEGLSurface() function
3686 if (!s_egl.eglMakeCurrent(getDisplay(), draw ? draw->getEGLSurface() : EGL_NO_SURFACE, in bindContext()3687 read ? read->getEGLSurface() : EGL_NO_SURFACE, in bindContext()