Lines Matching refs:stream
579 GLuint stream,
588 if (!obj || !obj->EverBound || stream >= ctx->Const.MaxVertexStreams ||
2283 * \param stream index of the transform feedback stream from which to
2290 GLuint stream, GLuint numInstances)
2301 !_mesa_validate_DrawTransformFeedback(ctx, mode, obj, stream,
2309 st_draw_transform_feedback(ctx, mode, numInstances, stream, obj);
2337 _mesa_DrawTransformFeedbackStream(GLenum mode, GLuint name, GLuint stream)
2343 _mesa_draw_transform_feedback(ctx, mode, obj, stream, 1);
2361 GLuint stream,
2368 _mesa_draw_transform_feedback(ctx, mode, obj, stream, primcount);