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/
H A Des3fFboCompletenessTests.cpp242 addPotentialFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, "Number of samples differ"); in check()
264 addPotentialFBOStatus(GL_FRAMEBUFFER_UNSUPPORTED, "Separate depth attachment has combined depth and stencil format"); in check()
266 addPotentialFBOStatus(GL_FRAMEBUFFER_UNSUPPORTED, "Separate stencil attachment has combined depth and stencil format"); in check()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.hpp402 void addPotentialFBOStatus (glw::GLenum status, const char* description);
H A DglsFboUtil.cpp511 cctx.addPotentialFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not required renderable"); in checkAttachmentCompleteness()
544 void Checker::addPotentialFBOStatus (GLenum status, const char* description) in addPotentialFBOStatus() function in deqp::gls::FboUtil::Checker
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp289 addPotentialFBOStatus(GL_FRAMEBUFFER_UNSUPPORTED, "Particular format combinations need not to be supported"); in check()

Completed in 5 milliseconds