Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp242 addPotentialFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, "Number of samples differ"); in check()
264addPotentialFBOStatus(GL_FRAMEBUFFER_UNSUPPORTED, "Separate depth attachment has combined depth an… in check()
266addPotentialFBOStatus(GL_FRAMEBUFFER_UNSUPPORTED, "Separate stencil attachment has combined depth … in check()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboCompletenessTests.cpp289addPotentialFBOStatus(GL_FRAMEBUFFER_UNSUPPORTED, "Particular format combinations need not to be s… in check()
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp402 void addPotentialFBOStatus (glw::GLenum status, const char* description);
DglsFboUtil.cpp511 …cctx.addPotentialFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not require… in checkAttachmentCompleteness()
544 void Checker::addPotentialFBOStatus (GLenum status, const char* description) in addPotentialFBOStatus() function in deqp::gls::FboUtil::Checker