Home | History | Annotate | Download | only in glshared

Lines Matching full:framebuffer

21  * \brief Utilities for framebuffer objects.
317 // GLES2 4.4.5 / GLES3 4.4.4, "Framebuffer attachment completeness"
378 * \brief Return acceptable framebuffer status codes.
380 * This function examines the framebuffer configuration descriptor `fboConfig`
382 * allowed to return on a conforming implementation when given a framebuffer
389 * indicate that trying to create a framebuffer configuration like this could
394 StatusCodes FboVerifier::validStatusCodes (const Framebuffer& fboConfig) const
416 // "There is at least one image attached to the framebuffer."
433 void Framebuffer::attach (glw::GLenum attPoint, const Attachment* att)
441 const Image* Framebuffer::getImage (GLenum type, glw::GLuint imgName) const
455 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg)
460 void Framebuffer::setRbo (glw::GLuint rbName, const Renderbuffer& rbCfg)
519 void logFramebufferConfig (const Framebuffer& cfg, TestLog& log)
521 log << TestLog::Section("Framebuffer", "Framebuffer configuration");
551 ? "Framebuffer has no attachments"
552 : "Framebuffer attachments";
564 log << TestLog::EndSection; // Framebuffer