Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1215 int colorAttachmentIndex = in getBoundFramebufferFormat() local
1218 if (colorAttachmentIndex != -1) { in getBoundFramebufferFormat()
1219 if (props.colorAttachmenti_hasRbo[colorAttachmentIndex]) { in getBoundFramebufferFormat()
1223 props.colorAttachmenti_rbos[colorAttachmentIndex]); in getBoundFramebufferFormat()
1226 props.colorAttachmenti_rbos[colorAttachmentIndex]); in getBoundFramebufferFormat()
1227 } else if (props.colorAttachmenti_hasTex[colorAttachmentIndex]) { in getBoundFramebufferFormat()
1231 props.colorAttachmenti_textures[colorAttachmentIndex]); in getBoundFramebufferFormat()
1234 props.colorAttachmenti_textures[colorAttachmentIndex]); in getBoundFramebufferFormat()
1236 queryTexType(props.colorAttachmenti_textures[colorAttachmentIndex]); in getBoundFramebufferFormat()
1238 queryTexSamples(props.colorAttachmenti_textures[colorAttachmentIndex]); in getBoundFramebufferFormat()
[all …]