OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:genProcTypes
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/tools/emugen/
main.cpp
127
apiEntries.
genProcTypes
(encoderDir + "/" + baseName + "_client_proc.h", ApiGen::CLIENT_SIDE);
137
apiEntries.
genProcTypes
(decoderDir + "/" + baseName + "_server_proc.h", ApiGen::SERVER_SIDE);
145
apiEntries.
genProcTypes
(wrapperDir + "/" + baseName + "_wrapper_proc.h", ApiGen::WRAPPER_SIDE);
ApiGen.h
69
int
genProcTypes
(const std::string &filename, SideType side);
ApiGen.cpp
53
int ApiGen::
genProcTypes
(const std::string &filename, SideType side)
[
all
...]
Completed in 30 milliseconds