Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
129 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
DGLSharedGroup.cpp122 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex) in locationWARHostToApp() function in ProgramData
387 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) in locationWARHostToApp() function in GLSharedGroup
391 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex); in locationWARHostToApp()