Home
last modified time | relevance | path

Searched refs:gFuncTbl (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
H A Ddebug_layer_test1.cpp26 static void *gFuncTbl = nullptr; variable
30 if (gGetNextLayerAddr && gFuncTbl) { in GetNextLayerProc()
31 return gGetNextLayerAddr(gFuncTbl, name); in GetNextLayerProc()
58 gFuncTbl = const_cast<void *>(funcTbl); in DebugLayerInitialize()
H A Ddebug_layer_test2.cpp26 static void *gFuncTbl = nullptr; variable
30 if (gGetNextLayerAddr && gFuncTbl) { in GetNextLayerProc()
31 return gGetNextLayerAddr(gFuncTbl, name); in GetNextLayerProc()
59 gFuncTbl = const_cast<void *>(funcTbl); in DebugLayerInitialize()

Completed in 1 milliseconds