Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext.h500 egl::Surface *getCurrentDrawSurface() const { return mCurrentDrawSurface; } in getCurrentDrawSurface()
746 egl::Surface *mCurrentDrawSurface; variable
DContext.cpp356 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()