Home
last modified time | relevance | path

Searched refs:magma_connection_unmap_buffer (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_ftable.h28 {"magma_connection_unmap_buffer", (void*)magma_connection_unmap_buffer},
Dmagma_client_context.h30 magma_connection_unmap_buffer_client_proc_t magma_connection_unmap_buffer; member
Dmagma_client_context.cpp30magma_connection_unmap_buffer = (magma_connection_unmap_buffer_client_proc_t) getProc("magma_conne… in initDispatchByName()
Dmagma_entry.cpp25 …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()
Dmagma_enc.cpp2271 this->magma_connection_unmap_buffer = &magma_connection_unmap_buffer_enc; in magma_encoder_context_t()
/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_server_context.h30 magma_connection_unmap_buffer_server_proc_t magma_connection_unmap_buffer; member
Dmagma_server_context.cpp30magma_connection_unmap_buffer = (magma_connection_unmap_buffer_server_proc_t) getProc("magma_conne… in initDispatchByName()
Dmagma_dec.cpp451 this->magma_connection_unmap_buffer(var_connection, var_hw_va, var_buffer); in decode()
/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.h51 …void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t b…
DDecoder.cpp57 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
DIntelDrmDecoder.cpp66 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
DDecoder.h52 …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/
Dmagma.h236 MAGMA_EXPORT void magma_connection_unmap_buffer(
/hardware/google/gfxstream/codegen/magma/
Dmagma.in18 MAGMA(void, magma_connection_unmap_buffer, magma_connection_t connection, uint64_t hw_va, magma_buf…