Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h126 bool isAfterHook = false, EglWrapperContext *curCtx = nullptr);
129 …id ChooseHookTable(bool isAfterHook, const EglWrapperContext *ctx, const EglWrapperContext *curCtx,
H A Degl_wrapper_display.cpp160 bool isAfterHook, EglWrapperContext *curCtx) in InternalMakeCurrent() argument
189 ChooseHookTable(isAfterHook, ctx, curCtx, &hookTable); in InternalMakeCurrent()
204 const EglWrapperContext *ctx, const EglWrapperContext *curCtx, in ChooseHookTable() argument
212 if (ctx == nullptr && curCtx != nullptr) { in ChooseHookTable()
282 EglWrapperContext *curCtx = EglWrapperContext::GetWrapperContext(curC); in MakeCurrentAfterHook() local
320 return InternalMakeCurrent(surDrawPtr, surReadPtr, ctxPtr, true, curCtx); in MakeCurrentAfterHook()