Searched refs:m_fboSpec (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp147 vector<BufferSpec> m_fboSpec; member in class:deqp::gles3::Functional::FragmentOutputCase
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
[all...]

Completed in 27 milliseconds