Searched refs:max_color_attachments (Results 1 – 4 of 4) sorted by relevance
2330 return m_hostDriverCaps.max_color_attachments; in getMaxColorAttachments()2384 props.colorAttachmenti_textures.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()2385 props.colorAttachmenti_texture_levels.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()2386 props.colorAttachmenti_texture_layers.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()2397 props.colorAttachmenti_hasTex.resize(m_hostDriverCaps.max_color_attachments, false); in addFreshFramebuffer()2402 props.colorAttachmenti_rbos.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()2407 props.colorAttachmenti_hasRbo.resize(m_hostDriverCaps.max_color_attachments, false); in addFreshFramebuffer()2606 for (int i = 0; i < m_hostDriverCaps.max_color_attachments; i++) { in detachRbo()2735 for (int i = 0; i < m_hostDriverCaps.max_color_attachments; ++i) { in setFboCompletenessDirtyForTexture()2772 for (int i = 0; i < m_hostDriverCaps.max_color_attachments; ++i) { in setFboCompletenessDirtyForRbo()
665 m_hostDriverCaps.max_color_attachments = 8; in getHostDriverCaps()680 … m_gles2_iface->getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &m_hostDriverCaps.max_color_attachments); in getHostDriverCaps()
2027 .max_color_attachments = 8, in eglMakeCurrent()
44 int max_color_attachments; member