Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h101 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
175 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
DGLSharedGroup.cpp131 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex) in locationWARHostToApp() function in ProgramData
475 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) in locationWARHostToApp() function in GLSharedGroup
479 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex); in locationWARHostToApp()
482 if (spData) return spData->programData->locationWARHostToApp(hostLoc, arrIndex); in locationWARHostToApp()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1496 return ctx->m_shared->locationWARHostToApp(program, hostLoc, arrIndex); in s_glGetUniformLocation()
2939 ctx->m_shared->locationWARHostToApp(program, uniformIndices[i], arrIndices[i]); in s_glGetUniformIndices()