Home | History | Annotate | Download | only in functional

Lines Matching full:framebuffer

24  *  + non-contiguous attachments in framebuffer
260 log << TestLog::Section("Framebuffer", "Framebuffer configuration");
271 // Create framebuffer.
288 GLU_EXPECT_NO_ERROR(gl.getError(), "After framebuffer setup");
292 throw tcu::NotSupportedError("Framebuffer not supported", "", __FILE__, __LINE__);
294 throw tcu::TestError((string("Incomplete framebuffer: ") + glu::getFramebufferStatusStr(fboStatus).toString()).c_str(), "", __FILE__, __LINE__);