Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h125 …EGLBoolean InternalMakeCurrent(EglWrapperSurface *draw, EglWrapperSurface *read, EglWrapperContext…
H A Degl_wrapper_display.cpp158 EGLBoolean EglWrapperDisplay::InternalMakeCurrent( in InternalMakeCurrent() function in OHOS::EglWrapperDisplay
269 return InternalMakeCurrent(surDrawPtr, surReadPtr, ctxPtr); in MakeCurrent()
320 return InternalMakeCurrent(surDrawPtr, surReadPtr, ctxPtr, true, curCtx); in MakeCurrentAfterHook()