Searched refs:ClearUpdate (Results 1 – 2 of 2) sorted by relevance
2493 struct ClearUpdate struct2495 bool operator==(const ClearUpdate &rhs) const2497 return memcmp(this, &rhs, sizeof(ClearUpdate)) == 0;2557 ClearUpdate clear;2810 Optional<ClearUpdate> mCurrentSingleClearValue;
8397 const ClearUpdate &update = (*levelUpdates)[foundIndex].data.clear; in flushSingleSubresourceStagedUpdates()