Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1596 return m_max_color_attachments; in getMaxColorAttachments()
1608 props.colorAttachmenti_textures.resize(m_max_color_attachments, 0); in addFreshFramebuffer()
1613 props.colorAttachmenti_hasTex.resize(m_max_color_attachments, false); in addFreshFramebuffer()
1618 props.colorAttachmenti_rbos.resize(m_max_color_attachments, 0); in addFreshFramebuffer()
1623 props.colorAttachmenti_hasRbo.resize(m_max_color_attachments, false); in addFreshFramebuffer()
1789 for (int i = 0; i < m_max_color_attachments; i++) { in detachRbo()
2046 m_max_color_attachments = max_color_attachments; in initFromCaps()
DGLClientState.h549 int m_max_color_attachments; variable