Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.cpp122 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex) in locationWARHostToApp() argument
128 if (arrIndex > 0) { in locationWARHostToApp()
130 (hostLoc - m_Indexes[index].base) / arrIndex; in locationWARHostToApp()
132 return m_Indexes[index].appBase + arrIndex; in locationWARHostToApp()
387 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) in locationWARHostToApp() argument
391 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex); in locationWARHostToApp()
DGLSharedGroup.h82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
129 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);