Home | History | Annotate | Download | only in functional

Lines Matching refs:fboStatus

290 	deUint32 fboStatus = gl.checkFramebufferStatus(GL_FRAMEBUFFER);
291 if (fboStatus == GL_FRAMEBUFFER_UNSUPPORTED)
293 else if (fboStatus != GL_FRAMEBUFFER_COMPLETE)
294 throw tcu::TestError((string("Incomplete framebuffer: ") + glu::getFramebufferStatusStr(fboStatus).toString()).c_str(), "", __FILE__, __LINE__);