Searched defs:attachments (Results 1 – 3 of 3) sorted by relevance
350 const GLenum attachments[] = { GL_COLOR_ATTACHMENT0 }; in flushLayer() local
191 const GLenum attachments[] = { getTargetFbo() == 0 ? GL_COLOR_EXT : GL_COLOR_ATTACHMENT0 }; in prepareDirty() local
7507 …GLTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) { in GLTrace_glDiscardFramebufferEXT()