Searched refs:colorAttachmentIndex (Results 1 – 1 of 1) sorted by relevance
1501 int colorAttachmentIndex = in getBoundFramebufferFormat() local1504 if (colorAttachmentIndex != -1) { in getBoundFramebufferFormat()1505 if (props.colorAttachmenti_hasRbo[colorAttachmentIndex]) { in getBoundFramebufferFormat()1509 props.colorAttachmenti_rbos[colorAttachmentIndex]); in getBoundFramebufferFormat()1512 props.colorAttachmenti_rbos[colorAttachmentIndex]); in getBoundFramebufferFormat()1513 } else if (props.colorAttachmenti_hasTex[colorAttachmentIndex]) { in getBoundFramebufferFormat()1517 props.colorAttachmenti_textures[colorAttachmentIndex]); in getBoundFramebufferFormat()1520 props.colorAttachmenti_textures[colorAttachmentIndex]); in getBoundFramebufferFormat()1522 queryTexType(props.colorAttachmenti_textures[colorAttachmentIndex]); in getBoundFramebufferFormat()1524 queryTexSamples(props.colorAttachmenti_textures[colorAttachmentIndex]); in getBoundFramebufferFormat()[all …]