Searched refs:FatVector (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DFatVectorTests.cpp18 #include <utils/FatVector.h>
32 TEST(FatVector, baseline) {
33 // Verify allocation behavior FatVector contrasts against - allocations are always external
41 TEST(FatVector, simpleAllocate) {
42 FatVector<int, 4> v;
58 TEST(FatVector, preSizeConstructor) {
60 FatVector<int, 4> v(32);
66 FatVector<int, 4> v(4);
72 FatVector<int, 4> v(2);
79 TEST(FatVector, shrin
[all...]
/frameworks/base/libs/hwui/utils/
H A DFatVector.h88 class FatVector : public std::vector<T, InlineStdAllocator<T, SIZE>> { class in namespace:android::uirenderer
90 FatVector() function in class:android::uirenderer::FatVector
96 explicit FatVector(size_t capacity) : FatVector() { this->resize(capacity); } function in class:android::uirenderer::FatVector
/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.h23 #include <utils/FatVector.h>
50 FatVector<RenderNodeDrawable*, 16> mChildren;
H A DVectorDrawableAtlas.h20 #include <utils/FatVector.h>
/frameworks/base/core/jni/android/graphics/
H A DFontFamily.cpp37 #include <utils/FatVector.h>
111 uirenderer::FatVector<SkFontArguments::Axis, 2> skiaAxes;
/frameworks/base/libs/hwui/
H A DRenderNode.h37 #include "utils/FatVector.h"
390 FatVector<sp<RenderNode>, 10> mMarked;
H A DFrameBuilder.cpp25 #include "utils/FatVector.h"
507 FatVector<ZRenderNodeOpPair, 16> zTranslatedNodes;
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp21 #include "utils/FatVector.h"
81 FatVector<TextureVertex, 64> meshVector(count *
/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp23 #include "utils/FatVector.h"
384 FatVector<VkSurfaceFormatKHR, 4> surfaceFormats(surfaceFormatCount);
398 FatVector<VkPresentModeKHR, VK_PRESENT_MODE_RANGE_SIZE_KHR> presentModes(presentModeCount);

Completed in 181 milliseconds