Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp661 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()
H A Degl_state.h79 EGLSurface readSurface = EGL_NO_SURFACE; member