Searched defs:hostLoc (Results 1 - 1 of 1) sorted by last modified time

/development/tools/emulator/opengl/shared/OpenglCodecCommon/
H A DGLSharedGroup.cpp122 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex) argument
124 if (!m_locShiftWAR) return hostLoc;
126 GLuint index = getIndexForLocation(hostLoc);
130 (hostLoc - m_Indexes[index].base) / arrIndex;
387 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) argument
391 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex);
392 else return hostLoc;

Completed in 32 milliseconds