Searched refs:drawSurface (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()843 newContext.drawSurface = (EGLSurface)plat.surface; in SetContext()870 state.drawSurface = eglGetCurrentSurface(EGL_DRAW); in GetContext()875 state.drawSurface = EGL_NO_SURFACE; in GetContext()883 …rce) || (oldContext_.display != state.display) || (oldContext_.drawSurface != state.drawSurface) || in SetContext()885 …if (eglMakeCurrent(state.display, state.drawSurface, state.readSurface, state.context) == EGL_FALS… in SetContext()
80 EGLSurface drawSurface = EGL_NO_SURFACE; member