Searched refs:glUtilsColorAttachmentName (Results 1 – 4 of 4) sorted by relevance
65 GLenum glUtilsColorAttachmentName(int i);
553 GLenum glUtilsColorAttachmentName(int i) { in glUtilsColorAttachmentName() function
1504 detachRboFromFbo(GL_DRAW_FRAMEBUFFER, glUtilsColorAttachmentName(i), renderbuffer); in detachRbo()1505 detachRboFromFbo(GL_READ_FRAMEBUFFER, glUtilsColorAttachmentName(i), renderbuffer); in detachRbo()
2390 res = res && isCompleteFbo(target, state, glUtilsColorAttachmentName(i)); in checkFramebufferCompleteness()