Searched refs:magma_connection_flush (Results 1 – 12 of 12) sorted by relevance
33 {"magma_connection_flush", (void*)magma_connection_flush},
35 magma_connection_flush_client_proc_t magma_connection_flush; member
35 …magma_connection_flush = (magma_connection_flush_client_proc_t) getProc("magma_connection_flush", … in initDispatchByName()
30 magma_status_t magma_connection_flush(magma_connection_t connection);198 magma_status_t magma_connection_flush(magma_connection_t connection) in magma_connection_flush() function201 return ctx->magma_connection_flush(ctx, connection); in magma_connection_flush()
2276 this->magma_connection_flush = &magma_connection_flush_enc; in magma_encoder_context_t()
35 magma_connection_flush_server_proc_t magma_connection_flush; member
35 …magma_connection_flush = (magma_connection_flush_server_proc_t) getProc("magma_connection_flush", … in initDispatchByName()
565 *(magma_status_t *)(&tmpBuf[0]) = this->magma_connection_flush(var_connection); in decode()
60 MAGMA_DECODER_BIND_METHOD(magma_connection_flush); in Decoder()210 magma_status_t Decoder::magma_connection_flush(magma_connection_t connection) { in magma_connection_flush() function in gfxstream::magma::Decoder
55 virtual magma_status_t magma_connection_flush(magma_connection_t connection);
272 MAGMA_EXPORT magma_status_t magma_connection_flush(
23 MAGMA(magma_status_t, magma_connection_flush, magma_connection_t connection)