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

  /sdk/emulator/opengl/host/tools/emugen/
main.cpp 126 apiEntries.genContextImpl(encoderDir + "/" + baseName + "_client_context.cpp", ApiGen::CLIENT_SIDE);
140 apiEntries.genContextImpl(decoderDir + "/" + baseName + "_server_context.cpp", ApiGen::SERVER_SIDE);
148 apiEntries.genContextImpl(wrapperDir + "/" + baseName + "_wrapper_context.cpp", ApiGen::WRAPPER_SIDE);
ApiGen.h 75 int genContextImpl(const std::string &filename, SideType side);
ApiGen.cpp 714 int ApiGen::genContextImpl(const std::string &filename, SideType side)
    [all...]

Completed in 311 milliseconds