Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglWindowSurface.cpp125 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW); in flushColorBuffer() local
128 prevReadSurf != mSurface || prevDrawSurf != mSurface; in flushColorBuffer()
143 s_egl.eglMakeCurrent(mDisplay, prevDrawSurf, prevReadSurf, prevContext); in flushColorBuffer()
158 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW); in resize() local
162 prevDrawSurf == mSurface); in resize()
198 (prevDrawSurf == prevPbuf) ? mSurface : prevDrawSurf, in resize()