Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2257 res_info->tex_layer = props.colorAttachmenti_texture_layers[colorAttachmentIndex]; in getBoundFramebufferFormat()
2387 props.colorAttachmenti_texture_layers.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()
2548 boundFboProps(target).colorAttachmenti_texture_layers[colorAttachmentIndex] = layer; in attachTextureObject()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h89 std::vector<GLint> colorAttachmenti_texture_layers; member