Searched refs:SmallFixedVector (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/android-emu/android/base/containers/ |
D | SmallVector.h | 57 class SmallFixedVector; variable 78 friend class SmallFixedVector; variable 265 class SmallFixedVector : public SmallVector<T> { 283 SmallFixedVector() { in SmallFixedVector() function 293 offsetof(SmallFixedVector, mData) && in SmallFixedVector() 304 SmallFixedVector(Iter b, Iter e) : SmallFixedVector() { in SmallFixedVector() function 313 explicit SmallFixedVector(const Range& r) in SmallFixedVector() function 314 : SmallFixedVector(std::begin(r), std::end(r)) {} in SmallFixedVector() 318 explicit SmallFixedVector(Range&& r) in SmallFixedVector() function 319 : SmallFixedVector(std::make_move_iterator(std::begin(r)), in SmallFixedVector() [all …]
|
/device/generic/vulkan-cereal/base/ |
D | SmallVector.h | 57 class SmallFixedVector; variable 78 friend class SmallFixedVector; variable 265 class SmallFixedVector : public SmallVector<T> { 283 SmallFixedVector() { in SmallFixedVector() function 293 offsetof(SmallFixedVector, mData) && in SmallFixedVector() 304 SmallFixedVector(Iter b, Iter e) : SmallFixedVector() { in SmallFixedVector() function 313 explicit SmallFixedVector(const Range& r) in SmallFixedVector() function 314 : SmallFixedVector(std::begin(r), std::end(r)) {} in SmallFixedVector() 318 explicit SmallFixedVector(Range&& r) in SmallFixedVector() function 319 : SmallFixedVector(std::make_move_iterator(std::begin(r)), in SmallFixedVector() [all …]
|
D | DecompressingStream.h | 36 SmallFixedVector<char, 512> mBuffer;
|
D | CompressingStream.h | 36 SmallFixedVector<char, 512> mBuffer;
|
/device/generic/vulkan-cereal/host-common/opengl/ |
D | NativeGpuInfo_windows.cpp | 34 using android::base::SmallFixedVector; 122 SmallFixedVector<wchar_t, 256> name; in load_gpu_registry_info() 123 SmallFixedVector<BYTE, 1024> value; in load_gpu_registry_info()
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderChannel.h | 49 using Buffer = android::base::SmallFixedVector<char, 512>;
|
D | RenderContext.cpp | 57 android::base::SmallFixedVector<EGLint, 7> contextAttribs = { in createImpl()
|
/device/generic/vulkan-cereal/snapshot/ |
D | TextureSaver.h | 95 android::base::SmallFixedVector<unsigned char, 128> mBuffer;
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/ |
D | SaveableTexture.h | 110 android::base::SmallFixedVector<unsigned char, 16> m_data;
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 697 android::base::SmallFixedVector<unsigned char, 16>& buffer in onSave()
|