Searched refs:m_fboSpec (Results 1 – 1 of 1) sorted by relevance
147 vector<BufferSpec> m_fboSpec; member in deqp::gles3::Functional::FragmentOutputCase157 , m_fboSpec (fboSpec) in FragmentOutputCase()246 …for (std::vector<BufferSpec>::const_iterator bufIter = m_fboSpec.begin(); bufIter != m_fboSpec.end… in init()262 for (int ndx = 0; ndx < (int)m_fboSpec.size(); ndx++) in init()264 << glu::getTextureFormatStr(m_fboSpec[ndx].format) << ", " in init()265 << m_fboSpec[ndx].width << "x" << m_fboSpec[ndx].height << ", " in init()266 << m_fboSpec[ndx].samples << " samples" in init()272 m_renderbuffers.resize(m_fboSpec.size(), 0); in init()281 const BufferSpec& bufSpec = m_fboSpec[bufNdx]; in init()552 const IVec2 minBufSize = getMinSize(m_fboSpec); in iterate()[all …]