Lines Matching refs:emitCountB
299 …onst glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, …
306 …onst glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, …
314 …onst glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, … in VertexEmitterShader() argument
323 …:GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_POINTS, outputType, emitCountA + emitCountB) in VertexEmitterShader()
324 …::GeometrySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, endCountB, outp… in VertexEmitterShader()
327 , m_emitCountB (emitCountB) in VertexEmitterShader()
383 …onst glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, … in genGeometrySource() argument
390 … << outputTypeToGLString(outputType) << ", max_vertices = " << (emitCountA+emitCountB) << ") out;"; in genGeometrySource()
416 for (int i = 0; i < emitCountB; ++i) in genGeometrySource()
2213 …const char* name, const char* desc, int emitCountA, int endCountA, int emitCountB, int endCountB, …
2229 …const char* name, const char* desc, int emitCountA, int endCountA, int emitCountB, int endCountB, … in EmitTest() argument
2234 , m_emitCountB (emitCountB) in EmitTest()
6048 int emitCountB; //!< in init() member
6244 if (emitTests[ndx].emitCountB) in init()
6246 …name += "_emit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString(emitTests[ndx]… in init()
6247 …desc += ", emit " + de::toString(emitTests[ndx].emitCountB) + " vertices, call EndPrimitive " + de… in init()
6250 …), emitTests[ndx].emitCountA, emitTests[ndx].endCountA, emitTests[ndx].emitCountB, emitTests[ndx].… in init()