Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp95 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 …]
H A Degl_wrapper_entry_test.cpp475 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 …]
H A Degl_core_test.cpp52 auto temp = gWrapperHook.isLoad; in HWTEST_F()
53 gWrapperHook.isLoad = true; in HWTEST_F()
58 gWrapperHook.isLoad = temp; in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_core.cpp29 EglWrapperDispatchTable gWrapperHook; variable
79 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()
H A Degl_wrapper_display.cpp106 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 …]
H A Degl_wrapper_entry.cpp80 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 …]
H A Degl.cpp24 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()
H A Degl_defs.h42 extern EglWrapperDispatchTable gWrapperHook;
H A Degl_blob_cache.cpp100 EglWrapperDispatchTablePtr table = &gWrapperHook; in Init()