Home
last modified time | relevance | path

Searched refs:m_attribEnableCache (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp45 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()
DGLClientState.h457 uint16_t m_attribEnableCache; variable