Home
last modified time | relevance | path

Searched refs:funcTbl (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_main.cpp141 GraphicTestCommandTb funcTbl[] = { in main() local
147 size_t tblCnt = sizeof(funcTbl) / sizeof(funcTbl[0]); in main()
149 if (funcTbl[paraNo].oid == string(argv[ARGS_ONE])) { in main()
150 return funcTbl[paraNo].procFunc(argc, argv); in main()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
H A Ddebug_layer_test1.cpp55 __eglMustCastToProperFunctionPointerType DebugLayerInitialize(const void *funcTbl, GetNextLayerAddr getAddr) in DebugLayerInitialize() argument
58 gFuncTbl = const_cast<void *>(funcTbl); in DebugLayerInitialize()
H A Ddebug_layer_test2.cpp56 __eglMustCastToProperFunctionPointerType DebugLayerInitialize(const void *funcTbl, GetNextLayerAddr getAddr) in DebugLayerInitialize() argument
59 gFuncTbl = const_cast<void *>(funcTbl); in DebugLayerInitialize()
H A Ddebug_layer_test.h26 extern __eglMustCastToProperFunctionPointerType DebugLayerInitialize(const void *funcTbl,

Completed in 2 milliseconds