Lines Matching defs:program
294 void GLSharedGroup::addProgramData(GLuint program) in addProgramData()
307 void GLSharedGroup::initProgramData(GLuint program, GLuint numIndexes) in initProgramData()
317 bool GLSharedGroup::isProgramInitialized(GLuint program) in isProgramInitialized()
328 void GLSharedGroup::deleteProgramData(GLuint program) in deleteProgramData()
337 void GLSharedGroup::attachShader(GLuint program, GLuint shader) in attachShader()
349 void GLSharedGroup::detachShader(GLuint program, GLuint shader) in detachShader()
361 void GLSharedGroup::setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenu… in setProgramIndexInfo()
389 GLenum GLSharedGroup::getProgramUniformType(GLuint program, GLint location) in getProgramUniformType()
401 bool GLSharedGroup::isProgram(GLuint program) in isProgram()
408 void GLSharedGroup::setupLocationShiftWAR(GLuint program) in setupLocationShiftWAR()
415 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) in locationWARHostToApp()
423 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc) in locationWARAppToHost()
431 bool GLSharedGroup::needUniformLocationWAR(GLuint program) in needUniformLocationWAR()
439 GLint GLSharedGroup::getNextSamplerUniform(GLuint program, GLint index, GLint* val, GLenum* target)… in getNextSamplerUniform()
446 bool GLSharedGroup::setSamplerUniform(GLuint program, GLint appLoc, GLint val, GLenum* target) in setSamplerUniform()