Searched defs:ProgramInfo (Results 1 – 4 of 4) sorted by relevance
52 struct ProgramInfo { struct53 ProgramInfo() in ProgramInfo() argument70 typedef base::hash_map<ProgramMapKey, ProgramInfo> ProgramMap; argument
60 struct ProgramInfo struct62 std::string infoLog; //!< Link info log.63 bool linkOk; //!< Did link succeed?64 deUint64 linkTimeUs; //!< Link time in microseconds (us).66 ProgramInfo (void) : linkOk(false), linkTimeUs(0) {} in ProgramInfo() argument
141 class ProgramInfo(object): class