Searched refs:current (Results 1 – 2 of 2) sorted by relevance
142 uptr current = ret + size; in Allocate() local144 if (current > m_CurrentTail) in Allocate()149 m_CurrentHead = current; in Allocate()153 uptr current = ret = RoundDown(m_CurrentTail-size, -alignment); in Allocate() local155 if (current < m_CurrentHead) in Allocate()160 m_CurrentTail = current; in Allocate()196 uptr current = addr + newSize; in ResizeBlock() local197 if (current < m_CurrentTail) in ResizeBlock()199 if ( current < this->m_CurrentHead ) in ResizeBlock()201 DebugFillMemory(current, this->m_CurrentHead - current, HEAP_FILL_TYPE_FREE); in ResizeBlock()[all …]
771 …(color buffer width -1) when the x value is greater than or equal to the current color buffer widt…773 …color buffer height -1) when the y value is greater than or equal to the current color buffer heig…775 …current color buffer width - 1) when scissoring is disabled. Sets the value of (x argument + width…777 …current color buffer height - 1) when scissoring is disabled. Sets the value of (y argument + heig…