Searched refs:commandIndex (Results 1 – 4 of 4) sorted by relevance
1218 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()1220 …log << TestLog::Message << commandIndex << ":" << getName() << " Map memory" << TestLog::EndMessag… in logExecute()1249 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()1251 log << TestLog::Message << commandIndex << ": Unmap memory" << TestLog::EndMessage; in logExecute()1279 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()1281 log << TestLog::Message << commandIndex << ": Invalidate mapped memory" << TestLog::EndMessage; in logExecute()1310 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()1312 log << TestLog::Message << commandIndex << ": Flush mapped memory" << TestLog::EndMessage; in logExecute()1342 void logExecute (TestLog& log, size_t commandIndex) const;1345 void verify (VerifyContext& context, size_t commandIndex);[all …]
70 void SkDrawCommandGeometryWidget::setDrawCommandIndex(int commandIndex) { in setDrawCommandIndex() argument71 fCommandIndex = commandIndex; in setDrawCommandIndex()
91 if(s_ccAttr[i].commandIndex == (UINT16) commandCode) in CommandGetAttribute()
513 TPM_CC commandIndex : 16; member