Home
last modified time | relevance | path

Searched refs:hostLoc (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
124 if (!m_locShiftWAR) return hostLoc; in locationWARHostToApp()
126 GLuint index = getIndexForLocation(hostLoc); in locationWARHostToApp()
130 (hostLoc - m_Indexes[index].base) / 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()
392 else return hostLoc; in locationWARHostToApp()
DGLSharedGroup.h82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
129 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);