class MsdMockContext
Defined at line 46 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h
Public Methods
void MsdMockContext (MsdMockConnection * connection)
Defined at line 48 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h
magma_status_t MsdExecuteCommandBufferWithResources (msd::magma_command_buffer *command_buffer,magma_exec_resource *exec_resources,msd::Buffer **buffers,msd::Semaphore **wait_semaphores,msd::Semaphore **signal_semaphores)
Defined at line 53 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h
MsdMockContext * cast (msd::Context * ctx)
Defined at line 65 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h
std::vector<MsdMockBuffer *> & last_submitted_exec_resources ()
Defined at line 72 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.h
void ~MsdMockContext ()
Defined at line 77 of file ../../src/graphics/magma/lib/magma_service/mock/mock_msd.cc