Searched refs:curOpItemPtr (Results 1 – 2 of 2) sorted by relevance
220 if (curOpItemPtr == nullptr) { in CaculatePerformanceOpType()223 uint32_t type = curOpItemPtr->GetType(); in CaculatePerformanceOpType()236 offset = curOpItemPtr->GetNextOpItemOffset(); in CaculatePerformanceOpType()266 if (curOpItemPtr == nullptr) { in UnmarshallingDrawOps()270 uint32_t type = curOpItemPtr->GetType(); in UnmarshallingDrawOps()303 offset = curOpItemPtr->GetNextOpItemOffset(); in UnmarshallingDrawOps()474 if (curOpItemPtr == nullptr) { in GenerateCacheByBuffer()484 if (curOpItemPtr == nullptr) { in GenerateCacheByBuffer()570 if (curOpItemPtr == nullptr) { in PlaybackByBuffer()573 uint32_t type = curOpItemPtr->GetType(); in PlaybackByBuffer()[all …]
51 OpItem* curOpItemPtr = static_cast<OpItem*>(itemPtr); in Playback() local52 if (curOpItemPtr != nullptr) { in Playback()53 if (!player.Playback(curOpItemPtr->GetType(), itemPtr, totalSize - offset)) { in Playback()58 if (curOpItemPtr->GetNextOpItemOffset() < offset + sizeof(OpItem)) { in Playback()61 offset = curOpItemPtr->GetNextOpItemOffset(); in Playback()