Searched refs:gWrapperHook (Results 1 – 9 of 9) sorted by relevance
95 gWrapperHook.isLoad = false; in HWTEST_F()99 gWrapperHook.isLoad = temp; in HWTEST_F()112 gWrapperHook.isLoad = false; in HWTEST_F()116 gWrapperHook.isLoad = temp; in HWTEST_F()155 gWrapperHook.isLoad = false; in HWTEST_F()160 gWrapperHook.isLoad = temp; in HWTEST_F()191 gWrapperHook.isLoad = temp; in HWTEST_F()221 gWrapperHook.isLoad = temp; in HWTEST_F()251 gWrapperHook.isLoad = temp; in HWTEST_F()281 gWrapperHook.isLoad = temp; in HWTEST_F()[all …]
475 gWrapperHook.isLoad = false; in HWTEST_F()479 gWrapperHook.isLoad = temp; in HWTEST_F()490 gWrapperHook.isLoad = true; in HWTEST_F()494 gWrapperHook.isLoad = temp; in HWTEST_F()769 gWrapperHook.isLoad = temp; in HWTEST_F()781 gWrapperHook.isLoad = true; in HWTEST_F()784 gWrapperHook.isLoad = temp; in HWTEST_F()799 gWrapperHook.isLoad = temp; in HWTEST_F()810 gWrapperHook.isLoad = true; in HWTEST_F()813 gWrapperHook.isLoad = temp; in HWTEST_F()[all …]
52 auto temp = gWrapperHook.isLoad; in HWTEST_F()53 gWrapperHook.isLoad = true; in HWTEST_F()58 gWrapperHook.isLoad = temp; in HWTEST_F()
29 EglWrapperDispatchTable gWrapperHook; variable79 EglWrapperFuncPointer *curr = reinterpret_cast<EglWrapperFuncPointer*>(&gWrapperHook.wrapper); in WrapperHookTableInit()95 if (gWrapperHook.isLoad) { in EglCoreInit()106 if (!loader.Load(&gWrapperHook)) { in EglCoreInit()112 if (!layer.Init(&gWrapperHook)) { in EglCoreInit()122 if (!hookLayer.Hook(&gWrapperHook)) { in EglCoreInit()
106 EglWrapperDispatchTablePtr table = &gWrapperHook; in Init()145 EglWrapperDispatchTablePtr table = &gWrapperHook; in Terminate()179 EglWrapperDispatchTablePtr table = &gWrapperHook; in InternalMakeCurrent()185 hookTable = &gWrapperHook.gl; in InternalMakeCurrent()339 EglWrapperDispatchTablePtr table = &gWrapperHook; in GetEglNativeDisplay()369 EglWrapperDispatchTablePtr table = &gWrapperHook; in GetEglNativeDisplayExt()437 EglWrapperDispatchTablePtr table = &gWrapperHook; in CreateEglContext()470 EglWrapperDispatchTablePtr table = &gWrapperHook; in DestroyEglContext()496 EglWrapperDispatchTablePtr table = &gWrapperHook; in CreateEglSurface()525 EglWrapperDispatchTablePtr table = &gWrapperHook; in DestroyEglSurface()[all …]
80 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglChooseConfigImpl()190 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglGetConfigAttribImpl()215 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglGetConfigsImpl()286 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglGetErrorImpl()406 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglQueryStringImpl()486 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglWaitGLImpl()500 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglWaitNativeImpl()556 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglSwapIntervalImpl()571 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglBindAPIImpl()584 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglQueryAPIImpl()[all …]
24 OHOS::gWrapperHook.wrapper.api(__VA_ARGS__); \35 return OHOS::gWrapperHook.wrapper.api(__VA_ARGS__); \54 OHOS::ThreadPrivateDataCtl::SetGlHookTable(&OHOS::gWrapperHook.gl); in GetHookTable()55 return &OHOS::gWrapperHook.gl; in GetHookTable()
42 extern EglWrapperDispatchTable gWrapperHook;
100 EglWrapperDispatchTablePtr table = &gWrapperHook; in Init()