Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_surface.h34 virtual EGLContext GetEglContext() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_context.h32 inline EGLContext GetEglContext() const in GetEglContext() function
H A Degl_wrapper_display.cpp175 actualCtx = ctx->GetEglContext(); in InternalMakeCurrent()
434 shareCtx = ctxPtr->GetEglContext(); in CreateEglContext()
467 EGLContext ctx = ctxPtr->GetEglContext(); in DestroyEglContext()
652 ctxPtr->GetEglContext(), attribute, value); in QueryContext()
814 actualCtx = ctxPtr->GetEglContext(); in CreateImage()
957 actualCtx = ctxPtr->GetEglContext(); in CreateImageKHR()