Home
last modified time | relevance | path

Searched refs:SmallFixedVector (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h57 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/
DSmallVector.h57 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 …]
DDecompressingStream.h36 SmallFixedVector<char, 512> mBuffer;
DCompressingStream.h36 SmallFixedVector<char, 512> mBuffer;
/device/generic/vulkan-cereal/host-common/opengl/
DNativeGpuInfo_windows.cpp34 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/
DRenderChannel.h49 using Buffer = android::base::SmallFixedVector<char, 512>;
DRenderContext.cpp57 android::base::SmallFixedVector<EGLint, 7> contextAttribs = { in createImpl()
/device/generic/vulkan-cereal/snapshot/
DTextureSaver.h95 android::base::SmallFixedVector<unsigned char, 128> mBuffer;
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/
DSaveableTexture.h110 android::base::SmallFixedVector<unsigned char, 16> m_data;
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DSaveableTexture.cpp697 android::base::SmallFixedVector<unsigned char, 16>& buffer in onSave()