Lines Matching refs:m_fboSpec
147 vector<BufferSpec> m_fboSpec;
157 , m_fboSpec (fboSpec)
246 for (std::vector<BufferSpec>::const_iterator bufIter = m_fboSpec.begin(); bufIter != m_fboSpec.end(); ++bufIter)
262 for (int ndx = 0; ndx < (int)m_fboSpec.size(); ndx++)
264 << glu::getTextureFormatStr(m_fboSpec[ndx].format) << ", "
265 << m_fboSpec[ndx].width << "x" << m_fboSpec[ndx].height << ", "
266 << m_fboSpec[ndx].samples << " samples"
272 m_renderbuffers.resize(m_fboSpec.size(), 0);
281 const BufferSpec& bufSpec = m_fboSpec[bufNdx];
552 const IVec2 minBufSize = getMinSize(m_fboSpec);
567 const int numAttachments = (int)m_fboSpec.size();
575 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_fboSpec[ndx].format);
583 const int attachmentW = m_fboSpec[ndx].width;
584 const int attachmentH = m_fboSpec[ndx].height;
825 const int attachmentW = m_fboSpec[ndx].width;
826 const int attachmentH = m_fboSpec[ndx].height;
854 DE_ASSERT(de::inBounds(location, 0, (int)m_fboSpec.size()));
856 const int bufW = m_fboSpec[location].width;
857 const int bufH = m_fboSpec[location].height;
877 const int attachmentW = m_fboSpec[attachNdx].width;
878 const int attachmentH = m_fboSpec[attachNdx].height;