Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp106 EglWrapperDispatchTablePtr table = &gWrapperHook; in Init()
145 EglWrapperDispatchTablePtr table = &gWrapperHook; in Terminate()
179 EglWrapperDispatchTablePtr table = &gWrapperHook; 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()
585 EglWrapperDispatchTablePtr table = &gWrapperHook; in CopyBuffers()
[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_defs.h48 using EglWrapperDispatchTablePtr = EglWrapperDispatchTable *; variable
H A Degl_blob_cache.cpp100 EglWrapperDispatchTablePtr table = &gWrapperHook; in Init()