class GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test
Defined at line 984 of file ../../src/graphics/tests/goldfish_test/goldfish_test.cc
This is a test case testing goldfish Heap, control device, address space
device, and host implementation of host-visible memory allocation.
This test case using a device-local Heap and a pre-allocated address space
block to simulate a host-visible sysmem Heap. It does the following things:
1) It allocates a memory block (vmo = |address_space_vmo| and gpa =
|physical_addr|) from address space device.
2) It allocates an vmo (vmo = |vmo|) from the goldfish device-local Heap
so that |vmo| is registered for color buffer creation.
3) It calls goldfish Control FIDL API to create a color buffer using |vmo|.
and maps memory to |physical_addr|.
4) The color buffer creation and memory process should work correctly, and
heap offset should be a non-negative value.
Public Methods
void GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test ()
Defined at line 984 of file ../../src/graphics/tests/goldfish_test/goldfish_test.cc
void GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test (const GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test & )
Defined at line 984 of file ../../src/graphics/tests/goldfish_test/goldfish_test.cc
void GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test (GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test && )
Defined at line 984 of file ../../src/graphics/tests/goldfish_test/goldfish_test.cc
GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test & operator= (const GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test & )
Defined at line 984 of file ../../src/graphics/tests/goldfish_test/goldfish_test.cc
GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test & operator= (GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test && )
Defined at line 984 of file ../../src/graphics/tests/goldfish_test/goldfish_test.cc
void ~GoldfishHostMemoryTests_GoldfishHostVisibleColorBuffer_Test ()
Defined at line 984 of file ../../src/graphics/tests/goldfish_test/goldfish_test.cc