Home
last modified time | relevance | path

Searched defs:context_id (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/
DRenderThreadInfoMagma.cpp21 RenderThreadInfoMagma::RenderThreadInfoMagma(uint32_t context_id) { in RenderThreadInfoMagma()
/hardware/google/gfxstream/guest/magma/
Dmagma_enc_util.cpp30 void pack_command_descriptor(void* void_ptr, magma_connection_t connection, uint32_t context_id, in pack_command_descriptor()
/hardware/google/gfxstream/host/magma/
DDecoder.cpp26 std::unique_ptr<Decoder> Decoder::create(uint32_t context_id) { in create()
131 void Decoder::magma_connection_release_context(magma_connection_t connection, uint32_t context_id) { in magma_connection_release_context()
197 uint32_t context_id, in magma_connection_execute_command()
204 magma_connection_t connection, uint32_t context_id, uint64_t command_count, in magma_connection_execute_immediate_commands()
382 uint32_t context_id, in magma_connection_execute_command_fudge()
390 magma_connection_t connection, uint32_t context_id, uint64_t command_count, in magma_connection_execute_immediate_commands_fudge()
DDrmBuffer.cpp55 std::unique_ptr<DrmBuffer> DrmBuffer::create(DrmDevice& device, uint32_t context_id, in create()
DIntelDrmDecoder.cpp35 std::unique_ptr<IntelDrmDecoder> IntelDrmDecoder::create(uint32_t context_id) { in create()
460 uint32_t context_id) { in magma_connection_release_context()
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp114 void magma_connection_release_context(magma_connection_t connection, uint32_t context_id) in magma_connection_release_context()
174 magma_status_t magma_connection_execute_command(magma_connection_t connection, uint32_t context_id,… in magma_connection_execute_command()
180 …ma_connection_execute_command_fudge(magma_connection_t connection, uint32_t context_id, void* desc… in magma_connection_execute_command_fudge()
186 …nnection_execute_immediate_commands(magma_connection_t connection, uint32_t context_id, uint64_t c… in magma_connection_execute_immediate_commands()
192 …on_execute_immediate_commands_fudge(magma_connection_t connection, uint32_t context_id, uint64_t c… in magma_connection_execute_immediate_commands_fudge()
Dmagma_enc.cpp375 …gma_connection_release_context_enc(void *self , magma_connection_t connection, uint32_t context_id) in magma_connection_release_context_enc()
792 …on_execute_command_enc(void *self , magma_connection_t connection, uint32_t context_id, magma_comm… in magma_connection_execute_command_enc()
838 …cute_command_fudge_enc(void *self , magma_connection_t connection, uint32_t context_id, void* desc… in magma_connection_execute_command_fudge_enc()
885 …immediate_commands_enc(void *self , magma_connection_t connection, uint32_t context_id, uint64_t c… in magma_connection_execute_immediate_commands_enc()
932 …ate_commands_fudge_enc(void *self , magma_connection_t connection, uint32_t context_id, uint64_t c… in magma_connection_execute_immediate_commands_fudge_enc()