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.cpp1310 return m_max_color_attachments; in getMaxColorAttachments()
1322 props.colorAttachmenti_textures.resize(m_max_color_attachments, 0); in addFreshFramebuffer()
1327 props.colorAttachmenti_hasTex.resize(m_max_color_attachments, false); in addFreshFramebuffer()
1332 props.colorAttachmenti_rbos.resize(m_max_color_attachments, 0); in addFreshFramebuffer()
1337 props.colorAttachmenti_hasRbo.resize(m_max_color_attachments, false); in addFreshFramebuffer()
1503 for (int i = 0; i < m_max_color_attachments; i++) { in detachRbo()
1760 m_max_color_attachments = max_color_attachments; in initFromCaps()
DGLClientState.h520 int m_max_color_attachments; variable