Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp163 EGLContext actualCtx = EGL_NO_CONTEXT; in InternalMakeCurrent() local
175 actualCtx = ctx->GetEglContext(); in InternalMakeCurrent()
181 ret = table->egl.eglMakeCurrent(disp_, actualDraw, actualRead, actualCtx); in InternalMakeCurrent()
810 EGLContext actualCtx = EGL_NO_CONTEXT; in CreateImage() local
814 actualCtx = ctxPtr->GetEglContext(); in CreateImage()
820 return table->egl.eglCreateImage(disp_, actualCtx, target, buffer, attribList); in CreateImage()
953 EGLContext actualCtx = EGL_NO_CONTEXT; in CreateImageKHR() local
957 actualCtx = ctxPtr->GetEglContext(); in CreateImageKHR()
963 return table->egl.eglCreateImageKHR(disp_, actualCtx, target, buffer, attribList); in CreateImageKHR()