Home
last modified time | relevance | path

Searched refs:rectangleCount (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
Dswapchain_layer.cpp845 …const VkAllocationCallbacks* defaultAllocator, struct Region::Rect** rects, int32_t rectangleCount) in GetRegionRect() argument
850 sizeof(Region::Rect) *rectangleCount, in GetRegionRect()
871 int32_t rectangleCount = region->rectangleCount; in FlushBuffer() local
872 if (rectangleCount > 0) { in FlushBuffer()
873 struct Region::Rect* tmpRects = GetRegionRect(defaultAllocator, &rects, rectangleCount); in FlushBuffer()
877 rectangleCount = 0; in FlushBuffer()
880 for (int32_t r = 0; r < rectangleCount; ++r) { in FlushBuffer()
885 localRegion.rectNumber = rectangleCount; in FlushBuffer()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
Dvulkan_loader_unit_test.cpp995 pRegion.rectangleCount = 1;