Searched refs:appLoc (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | GLSharedGroup.cpp | 146 GLint ProgramData::locationWARAppToHost(GLint appLoc) in locationWARAppToHost() argument 148 if (!m_locShiftWAR) return appLoc; in locationWARAppToHost() 151 GLint elemIndex = appLoc - m_Indexes[i].appBase; in locationWARAppToHost() 178 bool ProgramData::setSamplerUniform(GLint appLoc, GLint val, GLenum* target) in setSamplerUniform() argument 181 GLint elemIndex = appLoc - m_Indexes[i].appBase; in setSamplerUniform() 417 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc) in locationWARAppToHost() argument 421 if (pData) return pData->locationWARAppToHost(appLoc); in locationWARAppToHost() 422 else return appLoc; in locationWARAppToHost() 440 bool GLSharedGroup::setSamplerUniform(GLuint program, GLint appLoc, GLint val, GLenum* target) in setSamplerUniform() argument 444 return pData ? pData->setSamplerUniform(appLoc, val, target) : false; in setSamplerUniform()
|
D | GLSharedGroup.h | 83 GLint locationWARAppToHost(GLint appLoc); 86 bool setSamplerUniform(GLint appLoc, GLint val, GLenum* target); 130 GLint locationWARAppToHost(GLuint program, GLint appLoc); 133 bool setSamplerUniform(GLuint program, GLint appLoc, GLint val, GLenum* target);
|