Home
last modified time | relevance | path

Searched refs:drawSurface (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()
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()
H A Degl_state.h80 EGLSurface drawSurface = EGL_NO_SURFACE; member