Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLSharedGroup.cpp41 m_locShiftWAR(false) in ProgramData()
52 m_locShiftWAR = false; in initProgramData()
119 m_locShiftWAR = false; in setupLocationShiftWAR()
127 m_locShiftWAR = true; in setupLocationShiftWAR()
133 if (!m_locShiftWAR) return hostLoc; in locationWARHostToApp()
148 if (!m_locShiftWAR) return appLoc; in locationWARAppToHost()
DGLSharedGroup.h81 bool m_locShiftWAR; variable
99 bool needUniformLocationWAR() const { return m_locShiftWAR; } in needUniformLocationWAR()