Lines Matching defs:error
115 GLenum error;
117 error = gl.getError();
118 if (error != GL_NO_ERROR)
123 GLU_EXPECT_NO_ERROR(error, "Error before glCheckFramebufferStatus()");
128 error = gl.getError();
129 if (error != GL_NO_ERROR)
134 GLU_EXPECT_NO_ERROR(error, "Error after glCheckFramebufferStatus()");
148 "error setting up framebuffer with multisample attachment");
185 GLU_EXPECT_NO_ERROR(gl.getError(), "error deleting framebuffer / renderbuffer / texture");
308 "should not set GL error");
326 "should not set GL error");
342 "should not set GL error");
352 "should not set GL error");
415 "should not set GL error");
419 "should not set GL error");
450 "should not set GL error");
466 "should not set GL error");