Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2247 props.colorAttachmenti_textures[colorAttachmentIndex]->boundEGLImage; in getBoundFramebufferFormat()
2249 props.colorAttachmenti_textures[colorAttachmentIndex]->internalformat; in getBoundFramebufferFormat()
2251 props.colorAttachmenti_textures[colorAttachmentIndex]->format; in getBoundFramebufferFormat()
2253 props.colorAttachmenti_textures[colorAttachmentIndex]->type; in getBoundFramebufferFormat()
2255 props.colorAttachmenti_textures[colorAttachmentIndex]->multisamples; in getBoundFramebufferFormat()
2385 props.colorAttachmenti_textures.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()
2546 boundFboProps(target).colorAttachmenti_textures[colorAttachmentIndex] = texrec; in attachTextureObject()
2587 res = boundFboProps_const(target).colorAttachmenti_textures[colorAttachmentIndex]; in getFboAttachmentTexture()
2738 if (texrec == props.colorAttachmenti_textures[i]) { in setFboCompletenessDirtyForTexture()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h87 std::vector<std::shared_ptr<TextureRec>> colorAttachmenti_textures; member