Home
last modified time | relevance | path

Searched refs:max_color_attachments (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp2333 return m_hostDriverCaps.max_color_attachments; in getMaxColorAttachments()
2387 props.colorAttachmenti_textures.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()
2388 props.colorAttachmenti_texture_levels.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()
2389 props.colorAttachmenti_texture_layers.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()
2400 props.colorAttachmenti_hasTex.resize(m_hostDriverCaps.max_color_attachments, false); in addFreshFramebuffer()
2405 props.colorAttachmenti_rbos.resize(m_hostDriverCaps.max_color_attachments, 0); in addFreshFramebuffer()
2410 props.colorAttachmenti_hasRbo.resize(m_hostDriverCaps.max_color_attachments, false); in addFreshFramebuffer()
2609 for (int i = 0; i < m_hostDriverCaps.max_color_attachments; i++) { in detachRbo()
2738 for (int i = 0; i < m_hostDriverCaps.max_color_attachments; ++i) { in setFboCompletenessDirtyForTexture()
2775 for (int i = 0; i < m_hostDriverCaps.max_color_attachments; ++i) { in setFboCompletenessDirtyForRbo()
DGLClientState.h52 int max_color_attachments; member
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp665 m_hostDriverCaps.max_color_attachments = 8; in getHostDriverCaps()
680 … m_gles2_iface->getIntegerv(GL_MAX_COLOR_ATTACHMENTS, &m_hostDriverCaps.max_color_attachments); in getHostDriverCaps()
Degl.cpp1988 .max_color_attachments = 8, in eglMakeCurrent()