Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp43 declareWGL(PFNWGLMAKECURRENTPROC, wglMakeCurrent); \
161 wglMakeCurrent(dummyhDC, dummy); in DoDummy()
168 wglMakeCurrent(dummyhDC, nullptr); in DoDummy() local
169 wglMakeCurrent(nullptr, nullptr); in DoDummy()
495 wglMakeCurrent(nullptr, nullptr); in DestroyContext()
553 wglMakeCurrent(plat_.display, plat_.context); in SetContext()
563 wglMakeCurrent(plat_.display, plat_.context); in SetContext()
570 wglMakeCurrent(display, context); in SetContext()
583 wglMakeCurrent(oldContext_.display, oldContext_.context); in RestoreContext()