Searched refs:magma_connection_unmap_buffer (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/magma/magma_enc/ |
D | magma_ftable.h | 28 {"magma_connection_unmap_buffer", (void*)magma_connection_unmap_buffer},
|
D | magma_client_context.h | 30 magma_connection_unmap_buffer_client_proc_t magma_connection_unmap_buffer; member
|
D | magma_client_context.cpp | 30 …magma_connection_unmap_buffer = (magma_connection_unmap_buffer_client_proc_t) getProc("magma_conne… in initDispatchByName()
|
D | magma_entry.cpp | 25 …void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t b… 168 void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t bu… in magma_connection_unmap_buffer() function 171 ctx->magma_connection_unmap_buffer(ctx, connection, hw_va, buffer); in magma_connection_unmap_buffer()
|
D | magma_enc.cpp | 2271 this->magma_connection_unmap_buffer = &magma_connection_unmap_buffer_enc; in magma_encoder_context_t()
|
/hardware/google/gfxstream/host/magma/magma_dec/ |
D | magma_server_context.h | 30 magma_connection_unmap_buffer_server_proc_t magma_connection_unmap_buffer; member
|
D | magma_server_context.cpp | 30 …magma_connection_unmap_buffer = (magma_connection_unmap_buffer_server_proc_t) getProc("magma_conne… in initDispatchByName()
|
D | magma_dec.cpp | 451 this->magma_connection_unmap_buffer(var_connection, var_hw_va, var_buffer); in decode()
|
/hardware/google/gfxstream/host/magma/ |
D | IntelDrmDecoder.h | 51 …void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t b…
|
D | Decoder.cpp | 57 MAGMA_DECODER_BIND_METHOD(magma_connection_unmap_buffer); in Decoder() 191 void Decoder::magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_unmap_buffer() function in gfxstream::magma::Decoder
|
D | IntelDrmDecoder.cpp | 66 MAGMA_DECODER_BIND_METHOD(magma_connection_unmap_buffer); in IntelDrmDecoder() 472 void IntelDrmDecoder::magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_unmap_buffer() function in gfxstream::magma::IntelDrmDecoder
|
D | Decoder.h | 52 …virtual void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu…
|
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/ |
D | magma.h | 236 MAGMA_EXPORT void magma_connection_unmap_buffer(
|
/hardware/google/gfxstream/codegen/magma/ |
D | magma.in | 18 MAGMA(void, magma_connection_unmap_buffer, magma_connection_t connection, uint64_t hw_va, magma_buf…
|