HomeSort by relevance Sort by last modified time
    Searched full:wrapperdir (Results 1 - 1 of 1) sorted by null

  /sdk/emulator/opengl/host/tools/emugen/
main.cpp 44 std::string wrapperDir = "";
52 wrapperDir = std::string(optarg);
87 wrapperDir.size() == 0) {
144 if (wrapperDir.size() != 0) {
145 apiEntries.genProcTypes(wrapperDir + "/" + baseName + "_wrapper_proc.h", ApiGen::WRAPPER_SIDE);
146 apiEntries.genContext(wrapperDir + "/" + baseName + "_wrapper_context.h", ApiGen::WRAPPER_SIDE);
147 apiEntries.genContextImpl(wrapperDir + "/" + baseName + "_wrapper_context.cpp", ApiGen::WRAPPER_SIDE);
148 apiEntries.genEntryPoints(wrapperDir + "/" + baseName + "_wrapper_entry.cpp", ApiGen::WRAPPER_SIDE);

Completed in 156 milliseconds