Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp165 EGLSurface actualRead = EGL_NO_SURFACE; in InternalMakeCurrent() local
171 actualRead = read->GetEglSurface(); in InternalMakeCurrent()
181 ret = table->egl.eglMakeCurrent(disp_, actualDraw, actualRead, actualCtx); in InternalMakeCurrent()