Searched refs:GetNextLayerAddr (Results 1 – 5 of 5) sorted by relevance
25 typedef void* (*GetNextLayerAddr)(void*, const char*); typedef27 GetNextLayerAddr getAddr);
25 static GetNextLayerAddr gGetNextLayerAddr = nullptr;55 __eglMustCastToProperFunctionPointerType DebugLayerInitialize(const void *funcTbl, GetNextLayerAddr… in DebugLayerInitialize()
25 static GetNextLayerAddr gGetNextLayerAddr = nullptr;56 __eglMustCastToProperFunctionPointerType DebugLayerInitialize(const void *funcTbl, GetNextLayerAddr… in DebugLayerInitialize()
24 using GetNextLayerAddr = void *(*)(void *, const char *); variable25 using LayerInitFunc = EglWrapperFuncPointer (*)(const void *, GetNextLayerAddr);
248 reinterpret_cast<GetNextLayerAddr>(GetNextLayerProcAddr)); in SetupLayerFuncTbl()