Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.h125 static constexpr size_t kNumBufferSlots = 64; variable
127 NativeBufferInfo mNativeBuffers[kNumBufferSlots];
H A DVulkanSurface.cpp541 for (int i = 0; i < kNumBufferSlots; i++) { in setColorSpace()