Home
last modified time | relevance | path

Searched refs:GetNextLayerAddr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
H A Ddebug_layer_test.h25 typedef void* (*GetNextLayerAddr)(void*, const char*); typedef
27 GetNextLayerAddr getAddr);
H A Ddebug_layer_test1.cpp25 static GetNextLayerAddr gGetNextLayerAddr = nullptr;
55 __eglMustCastToProperFunctionPointerType DebugLayerInitialize(const void *funcTbl, GetNextLayerAddr in DebugLayerInitialize()
H A Ddebug_layer_test2.cpp25 static GetNextLayerAddr gGetNextLayerAddr = nullptr;
56 __eglMustCastToProperFunctionPointerType DebugLayerInitialize(const void *funcTbl, GetNextLayerAddr in DebugLayerInitialize()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_layer.h24 using GetNextLayerAddr = void *(*)(void *, const char *); variable
25 using LayerInitFunc = EglWrapperFuncPointer (*)(const void *, GetNextLayerAddr);
H A Degl_wrapper_layer.cpp248 reinterpret_cast<GetNextLayerAddr>(GetNextLayerProcAddr)); in SetupLayerFuncTbl()