Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1795 …GLenum depthAttachmentRes = checkFramebufferAttachmentCompleteness(target, GL_DEPTH_ATTACHMENT, &c… in checkFramebufferCompleteness() local
1796 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()