Searched refs:glUtilsColorAttachmentName (Results 1 – 4 of 4) sorted by relevance
71 GLenum glUtilsColorAttachmentName(int i);
592 GLenum glUtilsColorAttachmentName(int i) { in glUtilsColorAttachmentName() function
1790 detachRboFromFbo(GL_DRAW_FRAMEBUFFER, glUtilsColorAttachmentName(i), renderbuffer); in detachRbo()1791 detachRboFromFbo(GL_READ_FRAMEBUFFER, glUtilsColorAttachmentName(i), renderbuffer); in detachRbo()
2862 res = res && isCompleteFbo(target, state, glUtilsColorAttachmentName(i)); in checkFramebufferCompleteness()