Home
last modified time | relevance | path

Searched refs:addFBOStatus (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp493 …cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attached layer index is larger than prese… in checkAttachmentCompleteness()
498 …cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Width and height of an image are not non-… in checkAttachmentCompleteness()
508 …cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not renderable in th… in checkAttachmentCompleteness()
514 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not legal"); in checkAttachmentCompleteness()
538 void Checker::addFBOStatus (GLenum status, const char* description) in addFBOStatus() function in deqp::gls::FboUtil::Checker
630 …cctx->addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT, "No images attached to the frameb… in validStatusCodes()
DglsFboUtil.hpp401 void addFBOStatus (glw::GLenum status, const char* description);
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp234addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, "Mixed multi- and single-sampled attachments"); in check()
257addFBOStatus(GL_FRAMEBUFFER_UNSUPPORTED, "Depth and stencil attachments are not the same image"); in check()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboCompletenessTests.cpp279 addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS, "Sizes of attachments differ"); in check()