Searched refs:m_attribEnableCache (Results 1 – 2 of 2) sorted by relevance
45 m_attribEnableCache = 0; in init()141 m_attribEnableCache |= (1 << location); in enable()144 m_attribEnableCache &= ~(1 << location); in enable()297 if ((1 << i) & (m_attribEnableCache)) { in getVBOUsage()
457 uint16_t m_attribEnableCache; variable