Searched refs:max_color_attachments (Results 1 – 4 of 4) sorted by relevance
2331 return m_hostDriverCaps.max_color_attachments; in getMaxColorAttachments()2385 props.colorAttachmenti_textures.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()2386 props.colorAttachmenti_texture_levels.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()2387 props.colorAttachmenti_texture_layers.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()2398 props.colorAttachmenti_hasTex.resize(m_hostDriverCaps.max_color_attachments, false); in addFreshFramebuffer()2403 props.colorAttachmenti_rbos.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()2408 props.colorAttachmenti_hasRbo.resize(m_hostDriverCaps.max_color_attachments, false); in addFreshFramebuffer()2607 for (int i = 0; i < m_hostDriverCaps.max_color_attachments; i++) { in detachRbo()2736 for (int i = 0; i < m_hostDriverCaps.max_color_attachments; ++i) { in setFboCompletenessDirtyForTexture()2773 for (int i = 0; i < m_hostDriverCaps.max_color_attachments; ++i) { in setFboCompletenessDirtyForRbo()
667 m_hostDriverCaps.max_color_attachments = 8; in getHostDriverCaps()682 … m_gles2_iface->getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &m_hostDriverCaps.max_color_attachments); in getHostDriverCaps()
2029 .max_color_attachments = 8, in eglMakeCurrent()
54 int max_color_attachments; member