class TestPlatformBuffer

Defined at line 36 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

Public Methods

void Basic (uint64_t size)

Defined at line 38 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void MapSpecific ()

Defined at line 78 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void MapWithFlags (CreateConfig create_config, ParentVmarConfig parent_vmar_config)

Defined at line 144 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void CachePolicy ()

Defined at line 216 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void test_buffer_passing (magma::PlatformBuffer * buf, magma::PlatformBuffer * buf1)

Defined at line 240 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void BufferPassing ()

Defined at line 264 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void CommitPages (uint32_t num_pages)

Defined at line 289 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void MapAligned (uint32_t num_pages)

Defined at line 319 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void CleanCache (bool mapped, bool invalidate)

Defined at line 335 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void NotMappable ()

Defined at line 357 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void CheckAddressRegionSize ()

Defined at line 384 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void MappingAddressRange ()

Defined at line 403 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void ReadWrite ()

Defined at line 432 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void Children ()

Defined at line 460 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

void Name ()

Defined at line 505 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

Enumerations

enum CreateConfig
Name Value
kCreate 0
kImport 1

Defined at line 137 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc

enum ParentVmarConfig
Name Value
kNoParentVmar 0
kWithParentVmar 1

Defined at line 139 of file ../../src/graphics/magma/tests/unit_tests/test_platform_buffer.cc