Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp147 vector<BufferSpec> m_fboSpec; member in deqp::gles3::Functional::FragmentOutputCase
157 , m_fboSpec (fboSpec) in FragmentOutputCase()
246 for (std::vector<BufferSpec>::const_iterator bufIter = m_fboSpec.begin(); bufIter != m_fboSpec.end(); ++bufIter) 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 in init()
[all...]

Completed in 1 milliseconds