Searched refs:mCurrentDrawSurface (Results 1 – 2 of 2) sorted by relevance
500 egl::Surface *getCurrentDrawSurface() const { return mCurrentDrawSurface; } in getCurrentDrawSurface()746 egl::Surface *mCurrentDrawSurface; variable
356 mCurrentDrawSurface(static_cast<egl::Surface *>(EGL_NO_SURFACE)), in Context()8897 ASSERT(mCurrentDrawSurface == nullptr); in setDefaultFramebuffer()8902 mCurrentDrawSurface = drawSurface; in setDefaultFramebuffer()8963 egl::Surface *drawSurface = mCurrentDrawSurface; in unsetDefaultFramebuffer()8965 mCurrentDrawSurface = nullptr; in unsetDefaultFramebuffer()