Lines Matching refs:endCountB
299 …xtType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometrySha…
306 …xtType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometrySha…
314 …xtType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometrySha… in VertexEmitterShader() argument
324 …rySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, endCountB, outputType))) in VertexEmitterShader()
328 , m_endCountB (endCountB) in VertexEmitterShader()
383 …xtType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometrySha… in genGeometrySource() argument
423 for (int i = 0; i < endCountB; ++i) in genGeometrySource()
2213 …e, const char* desc, int emitCountA, int endCountA, int emitCountB, int endCountB, GLenum outputTy…
2229 …e, const char* desc, int emitCountA, int endCountA, int emitCountB, int endCountB, GLenum outputTy… in EmitTest() argument
2235 , m_endCountB (endCountB) in EmitTest()
6049 int endCountB; //!< in init() member
6246 …mit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString(emitTests[ndx].endCountB); in init()
6247 ….emitCountB) + " vertices, call EndPrimitive " + de::toString(emitTests[ndx].endCountB) + " times"; in init()
6250 …tA, emitTests[ndx].endCountA, emitTests[ndx].emitCountB, emitTests[ndx].endCountB, emitTests[ndx].… in init()