Searched refs:readSurface (Results 1 – 2 of 2) sorted by relevance
661 dummyContext_.drawSurface = dummyContext_.readSurface = EGL_NO_SURFACE; in VerifyVersion()770 dummyContext_.drawSurface = dummyContext_.readSurface = dummySurface_; in CreateContext()844 newContext.readSurface = (EGLSurface)plat.surface; in SetContext()868 state.readSurface = eglGetCurrentSurface(EGL_READ); in GetContext()874 state.readSurface = EGL_NO_SURFACE; in GetContext()884 … (oldContext_.readSurface != state.readSurface) || (oldContext_.context != state.context)) { in SetContext()885 …if (eglMakeCurrent(state.display, state.drawSurface, state.readSurface, state.context) == EGL_FALS… in SetContext()
79 EGLSurface readSurface = EGL_NO_SURFACE; member