Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h83 GLint locationWARAppToHost(GLint appLoc);
130 GLint locationWARAppToHost(GLuint program, GLint appLoc);
DGLSharedGroup.cpp137 GLint ProgramData::locationWARAppToHost(GLint appLoc) in locationWARAppToHost() function in ProgramData
395 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc) in locationWARAppToHost() function in GLSharedGroup
399 if (pData) return pData->locationWARAppToHost(appLoc); in locationWARAppToHost()