Lines Matching refs:attachment

1490         GLenum attachment, FboFormatInfo* res_info) const {  in getBoundFramebufferFormat()  argument
1502 glUtilsColorAttachmentIndex(attachment); in getBoundFramebufferFormat()
1530 switch (attachment) { in getBoundFramebufferFormat()
1588 FboAttachmentType GLClientState::getBoundFramebufferAttachmentType(GLenum target, GLenum attachment in getBoundFramebufferAttachmentType()
1590 getBoundFramebufferFormat(target, attachment, &info); in getBoundFramebufferAttachmentType()
1732 GLenum attachment, GLuint texture) { in attachTextureObject() argument
1735 glUtilsColorAttachmentIndex(attachment); in attachTextureObject()
1742 switch (attachment) { in attachTextureObject()
1762 GLuint GLClientState::getFboAttachmentTextureId(GLenum target, GLenum attachment) const { in getFboAttachmentTextureId()
1766 glUtilsColorAttachmentIndex(attachment); in getFboAttachmentTextureId()
1772 switch (attachment) { in getFboAttachmentTextureId()
1804 void GLClientState::detachRboFromFbo(GLenum target, GLenum attachment, GLuint renderbuffer) { in detachRboFromFbo() argument
1806 glUtilsColorAttachmentIndex(attachment); in detachRboFromFbo()
1816 switch (attachment) { in detachRboFromFbo()
1851 void GLClientState::attachRbo(GLenum target, GLenum attachment, GLuint renderbuffer) { in attachRbo() argument
1854 glUtilsColorAttachmentIndex(attachment); in attachRbo()
1861 switch (attachment) { in attachRbo()
1881 GLuint GLClientState::getFboAttachmentRboId(GLenum target, GLenum attachment) const { in getFboAttachmentRboId()
1885 glUtilsColorAttachmentIndex(attachment); in getFboAttachmentRboId()
1891 switch (attachment) { in getFboAttachmentRboId()
1905 bool GLClientState::attachmentHasObject(GLenum target, GLenum attachment) const { in attachmentHasObject()
1909 glUtilsColorAttachmentIndex(attachment); in attachmentHasObject()
1916 switch (attachment) { in attachmentHasObject()
1933 GLuint GLClientState::objectOfAttachment(GLenum target, GLenum attachment) const { in objectOfAttachment()
1937 glUtilsColorAttachmentIndex(attachment); in objectOfAttachment()
1949 switch (attachment) { in objectOfAttachment()