OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:genContext
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/tools/emugen/
main.cpp
124
apiEntries.
genContext
(encoderDir + "/" + baseName + "_client_context.h", ApiGen::CLIENT_SIDE);
138
apiEntries.
genContext
(decoderDir + "/" + baseName + "_server_context.h", ApiGen::SERVER_SIDE);
146
apiEntries.
genContext
(wrapperDir + "/" + baseName + "_wrapper_context.h", ApiGen::WRAPPER_SIDE);
ApiGen.h
72
int
genContext
(const std::string &filename, SideType side);
ApiGen.cpp
129
int ApiGen::
genContext
(const std::string & filename, SideType side)
[
all
...]
Completed in 42 milliseconds