Searched refs:boundFboProps (Results 1 – 2 of 2) sorted by relevance
1654 FboProps& GLClientState::boundFboProps(GLenum target) { in boundFboProps() function in GLClientState1695 boundFboProps(target).previouslyBound = true; in bindFramebuffer()1738 boundFboProps(target).colorAttachmenti_textures[colorAttachmentIndex] = texture; in attachTextureObject()1739 boundFboProps(target).colorAttachmenti_hasTex[colorAttachmentIndex] = true; in attachTextureObject()1744 boundFboProps(target).depthAttachment_texture = texture; in attachTextureObject()1745 boundFboProps(target).depthAttachment_hasTexObj = true; in attachTextureObject()1748 boundFboProps(target).stencilAttachment_texture = texture; in attachTextureObject()1749 boundFboProps(target).stencilAttachment_hasTexObj = true; in attachTextureObject()1752 boundFboProps(target).depthstencilAttachment_texture = texture; in attachTextureObject()1753 boundFboProps(target).depthstencilAttachment_hasTexObj = true; in attachTextureObject()[all …]
573 FboProps& boundFboProps(GLenum target);