Searched defs:context_id (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/ |
D | RenderThreadInfoMagma.cpp | 21 RenderThreadInfoMagma::RenderThreadInfoMagma(uint32_t context_id) { in RenderThreadInfoMagma()
|
/hardware/google/gfxstream/guest/magma/ |
D | magma_enc_util.cpp | 30 void pack_command_descriptor(void* void_ptr, magma_connection_t connection, uint32_t context_id, in pack_command_descriptor()
|
/hardware/google/gfxstream/host/magma/ |
D | Decoder.cpp | 26 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()
|
D | DrmBuffer.cpp | 55 std::unique_ptr<DrmBuffer> DrmBuffer::create(DrmDevice& device, uint32_t context_id, in create()
|
D | IntelDrmDecoder.cpp | 35 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/ |
D | magma_entry.cpp | 114 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()
|
D | magma_enc.cpp | 375 …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()
|