Lines Matching defs:program
266 void GLSharedGroup::addProgramData(GLuint program) in addProgramData()
279 void GLSharedGroup::initProgramData(GLuint program, GLuint numIndexes) in initProgramData()
289 bool GLSharedGroup::isProgramInitialized(GLuint program) in isProgramInitialized()
300 void GLSharedGroup::deleteProgramData(GLuint program) in deleteProgramData()
309 void GLSharedGroup::attachShader(GLuint program, GLuint shader) in attachShader()
321 void GLSharedGroup::detachShader(GLuint program, GLuint shader) in detachShader()
333 void GLSharedGroup::setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenu… in setProgramIndexInfo()
361 GLenum GLSharedGroup::getProgramUniformType(GLuint program, GLint location) in getProgramUniformType()
373 bool GLSharedGroup::isProgram(GLuint program) in isProgram()
380 void GLSharedGroup::setupLocationShiftWAR(GLuint program) in setupLocationShiftWAR()
387 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) in locationWARHostToApp()
395 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc) in locationWARAppToHost()
403 bool GLSharedGroup::needUniformLocationWAR(GLuint program) in needUniformLocationWAR()
411 GLint GLSharedGroup::getNextSamplerUniform(GLuint program, GLint index, GLint* val, GLenum* target)… in getNextSamplerUniform()
418 bool GLSharedGroup::setSamplerUniform(GLuint program, GLint appLoc, GLint val, GLenum* target) in setSamplerUniform()