Lines Matching refs:isProgram
1126 GLboolean isProgram;1129 isProgram = glIsProgram(program);1130 checkBooleans (isProgram, GL_FALSE);1133 isProgram = glIsProgram(program);1134 checkBooleans (isProgram, GL_TRUE);1137 isProgram = glIsProgram(program);1138 checkBooleans (isProgram, GL_FALSE);