Searched refs:EntryPoint (Results 1 – 5 of 5) sorted by relevance
/device/generic/opengl-transport/host/commands/emugen/ |
D | EntryPoint.cpp | 27 EntryPoint::EntryPoint() in EntryPoint() function in EntryPoint 32 EntryPoint::~EntryPoint() in ~EntryPoint() 36 void EntryPoint::reset() in reset() 46 bool EntryPoint::parse(unsigned int lc, const std::string & str) in parse() 128 void EntryPoint::print(FILE *fp, bool newline, in print() 150 Var * EntryPoint::var(const std::string & name) in var() 162 const Var * EntryPoint::var(const std::string & name) const in var() 174 bool EntryPoint::hasPointers() in hasPointers() 189 int EntryPoint::validateVarAttr(const std::string& varname, size_t lc) const { in validateVarAttr() 203 int EntryPoint::setAttribute(const std::string &line, size_t lc) in setAttribute()
|
D | EntryPoint.h | 29 class EntryPoint { 31 EntryPoint(); 32 virtual ~EntryPoint();
|
D | ApiGen.h | 24 class ApiGen : private std::vector<EntryPoint> { 68 EntryPoint * findEntryByName(const std::string & name);
|
D | ApiGen.cpp | 49 EntryPoint * ApiGen::findEntryByName(const std::string & name) in findEntryByName() 51 EntryPoint * entry = NULL; in findEntryByName() 90 EntryPoint *e = &at(i); in genProcTypes() 150 EntryPoint *e = &at(i); in genFuncTable() 189 EntryPoint *e = &at(i); in genContext() 264 EntryPoint *e = &at(i); in genEntryPoints() 391 Var& var, EntryPoint* e, char* buff, size_t bufflen, in getVarEncodingSizeExpression() 518 static void addGuestTimePrinting(const EntryPoint* e, bool hasTimeBeforeReadback, in addGuestTimePrinting() 561 EntryPoint *e = &at(i); in genEncoderImpl() 841 EntryPoint *e = &at(i); in genEncoderImpl() [all …]
|
D | Android.bp | 5 "EntryPoint.cpp",
|