Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h83 GLint locationWARAppToHost(GLint appLoc);
131 GLint locationWARAppToHost(GLuint program, GLint appLoc);
DGLSharedGroup.cpp146 GLint ProgramData::locationWARAppToHost(GLint appLoc) in locationWARAppToHost() function in ProgramData
423 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc) in locationWARAppToHost() function in GLSharedGroup
427 if (pData) return pData->locationWARAppToHost(appLoc); in locationWARAppToHost()
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp853 GLint hostLoc = ctx->m_shared->locationWARAppToHost(program, location); in s_glGetUniformiv()
863 GLint hostLoc = ctx->m_shared->locationWARAppToHost(program,location); in s_glGetUniformfv()
1044 GLint curHostLoc = ctx->m_shared->locationWARAppToHost(program,location); in getHostLocation()