Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.cpp73 m_Indexes[index].appBase = m_Indexes[index-1].appBase + in setIndexInfo()
77 m_Indexes[index].appBase = 0; in setIndexInfo()
140 return m_Indexes[index].appBase + arrIndex; in locationWARHostToApp()
150 GLint elemIndex = appLoc - m_Indexes[i].appBase; in locationWARAppToHost()
180 GLint elemIndex = appLoc - m_Indexes[i].appBase; in setSamplerUniform()
DGLSharedGroup.h53 GLint appBase; member