Searched refs:depthAttachmentRes (Results 1 – 1 of 1) sorted by relevance
1795 …GLenum depthAttachmentRes = checkFramebufferAttachmentCompleteness(target, GL_DEPTH_ATTACHMENT, &c… in checkFramebufferCompleteness() local1796 if (depthAttachmentRes != GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT) { in checkFramebufferCompleteness()1799 if (depthAttachmentRes) { in checkFramebufferCompleteness()1800 ALOGD("%s: depth attachment not complete: 0x%x\n", __func__, depthAttachmentRes); in checkFramebufferCompleteness()1801 return depthAttachmentRes; in checkFramebufferCompleteness()