Lines Matching refs:m_stream
395 con->m_stream = std::move(stream); in connect()
412 con->m_stream = std::move(stream); in connect()
435 con->m_stream = std::move(stream); in connect()
456 con->m_stream = std::move(stream); in connect()
479 con->m_stream = std::move(stream); in connect()
510 con->m_stream = std::move(stream); in connect()
538 (unsigned int *)con->m_stream->allocBuffer(sizeof(unsigned int)); in connect()
540 con->m_stream->commitBuffer(sizeof(unsigned int)); in connect()
584 m_glEnc = std::make_unique<GLEncoder>(m_stream.get(), checksumHelper()); in glEncoder()
596 std::make_unique<GL2Encoder>(m_stream.get(), checksumHelper()); in gl2Encoder()
611 m_vkEnc = std::make_unique<VkEncoder>(m_stream.get()); in vkEncoder()
619 m_rcEnc = std::make_unique<ExtendedRCEncoderContext>(m_stream.get(), in rcEncoder()