Searched refs:arrIndex (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | GLSharedGroup.cpp | 131 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex) in locationWARHostToApp() argument 137 if (arrIndex > 0) { in locationWARHostToApp() 139 (hostLoc - m_Indexes[index].base) / arrIndex; in locationWARHostToApp() 141 return m_Indexes[index].appBase + arrIndex; in locationWARHostToApp() 415 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) in locationWARHostToApp() argument 419 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex); in locationWARHostToApp()
|
D | GLSharedGroup.h | 82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex); 130 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 953 int arrIndex = 0; in s_glGetUniformLocation() local 959 if (!brace || sscanf(brace+1,"%d",&arrIndex) != 1) { in s_glGetUniformLocation() 968 return ctx->m_shared->locationWARHostToApp(program, hostLoc, arrIndex); in s_glGetUniformLocation()
|