Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
Dmain.cpp131 apiEntries.genEntryPoints(encoderDir + "/" + baseName + "_entry.cpp", ApiGen::CLIENT_SIDE); in main()
149 …apiEntries.genEntryPoints(wrapperDir + "/" + baseName + "_wrapper_entry.cpp", ApiGen::WRAPPER_SIDE… in main()
DApiGen.h77 int genEntryPoints(const std::string &filename, SideType side);
DApiGen.cpp223 int ApiGen::genEntryPoints(const std::string & filename, SideType side) in genEntryPoints() function in ApiGen