Lines Matching defs:program
330 void GLSharedGroup::addProgramData(GLuint program) in addProgramData()
343 void GLSharedGroup::initProgramData(GLuint program, GLuint numIndexes) in initProgramData()
353 bool GLSharedGroup::isProgramInitialized(GLuint program) in isProgramInitialized()
369 void GLSharedGroup::deleteProgramData(GLuint program) in deleteProgramData()
388 void GLSharedGroup::attachShader(GLuint program, GLuint shader) in attachShader()
400 void GLSharedGroup::detachShader(GLuint program, GLuint shader) in detachShader()
413 void GLSharedGroup::setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenu… in setProgramIndexInfo()
441 GLenum GLSharedGroup::getProgramUniformType(GLuint program, GLint location) in getProgramUniformType()
457 bool GLSharedGroup::isProgram(GLuint program) in isProgram()
468 void GLSharedGroup::setupLocationShiftWAR(GLuint program) in setupLocationShiftWAR()
475 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) in locationWARHostToApp()
486 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc) in locationWARAppToHost()
497 bool GLSharedGroup::needUniformLocationWAR(GLuint program) in needUniformLocationWAR()
508 GLint GLSharedGroup::getNextSamplerUniform(GLuint program, GLint index, GLint* val, GLenum* target)… in getNextSamplerUniform()
519 bool GLSharedGroup::setSamplerUniform(GLuint program, GLint appLoc, GLint val, GLenum* target) in setSamplerUniform()