Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp660 dummyContext_.context = EGL_NO_CONTEXT; in VerifyVersion()
661 dummyContext_.drawSurface = dummyContext_.readSurface = EGL_NO_SURFACE; in VerifyVersion()
662 dummyContext_.display = EGL_NO_DISPLAY; in VerifyVersion()
769 dummyContext_.context = plat_.context; in CreateContext()
770 dummyContext_.drawSurface = dummyContext_.readSurface = dummySurface_; in CreateContext()
771 dummyContext_.display = plat_.display; in CreateContext()
837 SetContext(dummyContext_, true); in SetContext()
H A Dwgl_state.h70 ContextState dummyContext_; variable
H A Degl_state.h85 ContextState dummyContext_; variable