HomeSort by relevance Sort by last modified time
    Searched refs:WRAPPER_SIDE (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/tools/emugen/
main.cpp 146 apiEntries.genProcTypes(wrapperDir + "/" + baseName + "_wrapper_proc.h", ApiGen::WRAPPER_SIDE);
147 apiEntries.genContext(wrapperDir + "/" + baseName + "_wrapper_context.h", ApiGen::WRAPPER_SIDE);
148 apiEntries.genContextImpl(wrapperDir + "/" + baseName + "_wrapper_context.cpp", ApiGen::WRAPPER_SIDE);
149 apiEntries.genEntryPoints(wrapperDir + "/" + baseName + "_wrapper_entry.cpp", ApiGen::WRAPPER_SIDE);
ApiGen.h 28 typedef enum { CLIENT_SIDE, SERVER_SIDE, WRAPPER_SIDE } SideType;
54 case WRAPPER_SIDE:
ApiGen.cpp 168 if (side == CLIENT_SIDE || side == WRAPPER_SIDE) {
193 if (side != CLIENT_SIDE && side != WRAPPER_SIDE) {
    [all...]

Completed in 61 milliseconds