HomeSort by relevance Sort by last modified time
    Searched refs:addFBOStatus (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/glshared/
glsFboUtil.cpp 493 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attached layer index is larger than present");
498 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Width and height of an image are not non-zero");
508 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not renderable in this attachment");
514 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not legal");
538 void Checker::addFBOStatus (GLenum status, const char* description)
630 cctx->addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT, "No images attached to the framebuffer");
glsFboUtil.hpp 401 void addFBOStatus (glw::GLenum status, const char* description);
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 216 addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, "Mixed multi- and single-sampled attachments");
238 addFBOStatus(GL_FRAMEBUFFER_UNSUPPORTED, "Depth and stencil attachments are not the same image");
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 230 addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS, "Sizes of attachments differ");

Completed in 1629 milliseconds