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

  /device/generic/opengl-transport/host/commands/emugen/
main.cpp 125 apiEntries.genContext(encoderDir + "/" + baseName + "_client_context.h", ApiGen::CLIENT_SIDE);
139 apiEntries.genContext(decoderDir + "/" + baseName + "_server_context.h", ApiGen::SERVER_SIDE);
147 apiEntries.genContext(wrapperDir + "/" + baseName + "_wrapper_context.h", ApiGen::WRAPPER_SIDE);
ApiGen.h 74 int genContext(const std::string &filename, SideType side);
ApiGen.cpp 161 int ApiGen::genContext(const std::string & filename, SideType side)
    [all...]

Completed in 204 milliseconds