Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp1044 GLint curHostLoc = ctx->m_shared->locationWARAppToHost(program,location); in getHostLocation() local
1045 SET_ERROR_IF((ctx->m_shared->getProgramUniformType(program,curHostLoc) == 0 && in getHostLocation()
1046 curHostLoc!=-1), GL_INVALID_OPERATION); in getHostLocation()
1047 *hostLoc = curHostLoc; in getHostLocation()