Searched defs:m_endCountB (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp311 int m_endCountB; member in class:deqp::gles31::Functional::__anon4580::VertexEmitterShader
328 , m_endCountB (endCountB)
378 for (int i = 0; i < m_endCountB; ++i)
2225 int m_endCountB; member in class:deqp::gles31::Functional::__anon4580::EmitTest
2235 , m_endCountB (endCountB)
2242 m_program = new VertexEmitterShader(m_context.getRenderContext().getType(), m_emitCountA, m_endCountA, m_emitCountB, m_endCountB, sglr::rr_util::mapGLGeometryShaderOutputType(m_outputType));

Completed in 72 milliseconds