Home
last modified time | relevance | path

Searched refs:WRAPPER_SIDE (Results 1 – 3 of 3) sorted by relevance

/device/generic/opengl-transport/host/commands/emugen/
Dmain.cpp146 … apiEntries.genProcTypes(wrapperDir + "/" + baseName + "_wrapper_proc.h", ApiGen::WRAPPER_SIDE); in main()
147 … apiEntries.genContext(wrapperDir + "/" + baseName + "_wrapper_context.h", ApiGen::WRAPPER_SIDE); in main()
148 …Entries.genContextImpl(wrapperDir + "/" + baseName + "_wrapper_context.cpp", ApiGen::WRAPPER_SIDE); in main()
149 …piEntries.genEntryPoints(wrapperDir + "/" + baseName + "_wrapper_entry.cpp", ApiGen::WRAPPER_SIDE); in main()
DApiGen.h28 typedef enum { CLIENT_SIDE, SERVER_SIDE, WRAPPER_SIDE } SideType; enumerator
54 case WRAPPER_SIDE: in sideString()
DApiGen.cpp201 if (side == CLIENT_SIDE || side == WRAPPER_SIDE) { in genContext()
226 if (side != CLIENT_SIDE && side != WRAPPER_SIDE) { in genEntryPoints()