class BatchGpuDownloaderTest_ReadTheSameImageTwice_Test
Defined at line 235 of file ../../src/ui/lib/escher/test/renderer/batch_gpu_downloader_unittest.cc
For each Read() operation of BatchGpuDownloader, BatchGpuDownloader will
keep the image layout if image layout is initialized; otherwise it will set
image layout to eShaderReadOnlyOptimal.
This test is created to make sure that the image layout is always set
correctly, and we can do GPU image download no matter which layout the image
has.
In this test we first read the image and then submit the BatchGpuDownloader,
then we read this image again using another BatchGpuDownloader to see if it
works correctly.
Public Methods
void BatchGpuDownloaderTest_ReadTheSameImageTwice_Test ()
Defined at line 235 of file ../../src/ui/lib/escher/test/renderer/batch_gpu_downloader_unittest.cc
void BatchGpuDownloaderTest_ReadTheSameImageTwice_Test (const BatchGpuDownloaderTest_ReadTheSameImageTwice_Test & )
Defined at line 235 of file ../../src/ui/lib/escher/test/renderer/batch_gpu_downloader_unittest.cc
BatchGpuDownloaderTest_ReadTheSameImageTwice_Test & operator= (const BatchGpuDownloaderTest_ReadTheSameImageTwice_Test & )
Defined at line 235 of file ../../src/ui/lib/escher/test/renderer/batch_gpu_downloader_unittest.cc