Searched refs:m_stream (Results 1 – 17 of 17) sorted by relevance
59 m_stream(NULL), in ServerConnection()69 delete m_stream; in ~ServerConnection()80 if (m_stream != NULL) delete(m_stream); in create()90 m_stream = pipeStream; in create()113 m_stream = tcpStream; in create()116 m_glEnc = new GLEncoder(m_stream); in create()119 m_gl2Enc = new GL2Encoder(m_stream); in create()122 m_ut_enc = new ut_rendercontrol_encoder_context_t(m_stream); in create()
47 IOStream *m_stream; variable
26 IOStream *stream = ctx->m_stream; in glAlphaFunc_enc()52 IOStream *stream = ctx->m_stream; in glClearColor_enc()80 IOStream *stream = ctx->m_stream; in glClearDepthf_enc()105 IOStream *stream = ctx->m_stream; in glClipPlanef_enc()133 IOStream *stream = ctx->m_stream; in glColor4f_enc()161 IOStream *stream = ctx->m_stream; in glDepthRangef_enc()187 IOStream *stream = ctx->m_stream; in glFogf_enc()213 IOStream *stream = ctx->m_stream; in glFogfv_enc()241 IOStream *stream = ctx->m_stream; in glFrustumf_enc()271 IOStream *stream = ctx->m_stream; in glGetClipPlanef_enc()[all …]
17 IOStream *m_stream; member
238 ctx->m_stream->flush(); in s_glFlush()537 ctx->m_stream->flush(); in s_glDrawArrays()576 ctx->m_stream->flush(); in s_glDrawElements()629 ctx->m_stream->flush(); in s_glDrawElements()
39 void flush() { m_stream->flush(); } in flush()
26 IOStream *stream = ctx->m_stream; in rcGetRendererVersion_enc()65 IOStream *stream = ctx->m_stream; in rcGetEGLVersion_enc()112 IOStream *stream = ctx->m_stream; in rcQueryEGLString_enc()157 IOStream *stream = ctx->m_stream; in rcGetGLString_enc()202 IOStream *stream = ctx->m_stream; in rcGetNumConfigs_enc()245 IOStream *stream = ctx->m_stream; in rcGetConfigs_enc()289 IOStream *stream = ctx->m_stream; in rcChooseConfig_enc()339 IOStream *stream = ctx->m_stream; in rcGetFBParam_enc()379 IOStream *stream = ctx->m_stream; in rcCreateContext_enc()421 IOStream *stream = ctx->m_stream; in rcDestroyContext_enc()[all …]
18 IOStream *m_stream; member
26 IOStream *stream = ctx->m_stream; in glActiveTexture_enc()51 IOStream *stream = ctx->m_stream; in glAttachShader_enc()77 IOStream *stream = ctx->m_stream; in glBindAttribLocation_enc()106 IOStream *stream = ctx->m_stream; in glBindBuffer_enc()132 IOStream *stream = ctx->m_stream; in glBindFramebuffer_enc()158 IOStream *stream = ctx->m_stream; in glBindRenderbuffer_enc()184 IOStream *stream = ctx->m_stream; in glBindTexture_enc()210 IOStream *stream = ctx->m_stream; in glBlendColor_enc()238 IOStream *stream = ctx->m_stream; in glBlendEquation_enc()263 IOStream *stream = ctx->m_stream; in glBlendEquationSeparate_enc()[all …]
506 ctx->m_stream->flush(); in s_glFlush()1300 m_stream->flush(); in flushDrawCall()4148 ctx->m_stream->flush(); in s_glDrawArraysInstanced()4229 ctx->m_stream->flush(); in s_glDrawElementsInstanced()4326 ctx->m_stream->flush(); in s_glDrawRangeElements()
80 void flush() { m_stream->flush(); } in flush()
26 IOStream *stream = ctx->m_stream; in fooAlphaFunc_enc()52 IOStream *stream = ctx->m_stream; in fooIsBuffer_enc()94 IOStream *stream = ctx->m_stream; in fooDoEncoderFlush_enc()120 IOStream *stream = ctx->m_stream; in fooTakeConstVoidPtrConstPtr_enc()147 IOStream *stream = ctx->m_stream; in fooSetComplexStruct_enc()174 IOStream *stream = ctx->m_stream; in fooGetComplexStruct_enc()212 IOStream *stream = ctx->m_stream; in fooInout_enc()251 m_stream = stream; in foo_encoder_context_t()
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()[all …]
167 if (m_stream) { in flush()168 m_stream->flush(); in flush()225 std::unique_ptr<IOStream> m_stream; variable
64 Impl(IOStream* stream) : m_stream(stream), m_logEncodes(false) { in Impl()75 VulkanStreamGuest* stream() { return &m_stream; } in stream()87 m_stream.flush(); in flush()117 VulkanStreamGuest m_stream; member in goldfish_vk::VkEncoder::Impl