Home
last modified time | relevance | path

Searched refs:colorAttachmentIndex (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2233 int colorAttachmentIndex = in getBoundFramebufferFormat() local
2236 if (colorAttachmentIndex != -1) { in getBoundFramebufferFormat()
2237 if (props.colorAttachmenti_hasRbo[colorAttachmentIndex]) { in getBoundFramebufferFormat()
2239 res_info->rb_format = props.colorAttachmenti_rbos[colorAttachmentIndex]->format; in getBoundFramebufferFormat()
2241 props.colorAttachmenti_rbos[colorAttachmentIndex]->multisamples; in getBoundFramebufferFormat()
2243 props.colorAttachmenti_rbos[colorAttachmentIndex]->boundEGLImage; in getBoundFramebufferFormat()
2244 } else if (props.colorAttachmenti_hasTex[colorAttachmentIndex]) { in getBoundFramebufferFormat()
2247 props.colorAttachmenti_textures[colorAttachmentIndex]->boundEGLImage; in getBoundFramebufferFormat()
2249 props.colorAttachmenti_textures[colorAttachmentIndex]->internalformat; in getBoundFramebufferFormat()
2251 props.colorAttachmenti_textures[colorAttachmentIndex]->format; in getBoundFramebufferFormat()
[all …]