Searched refs:SmallFixedVector (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/android-emu/aemu/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 …]
|
/hardware/google/aemu/base/include/aemu/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 …]
|
/hardware/google/aemu/base/include/aemu/base/files/ |
D | DecompressingStream.h | 36 SmallFixedVector<char, 512> mBuffer;
|
D | CompressingStream.h | 36 SmallFixedVector<char, 512> mBuffer;
|
/hardware/google/gfxstream/include/render-utils/ |
D | RenderChannel.h | 49 using Buffer = android::base::SmallFixedVector<char, 512>;
|
/hardware/google/gfxstream/host/gl/gl-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()
|
/hardware/google/aemu/snapshot/include/snapshot/ |
D | TextureSaver.h | 95 android::base::SmallFixedVector<unsigned char, 128> mBuffer;
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | SaveableTexture.h | 110 android::base::SmallFixedVector<unsigned char, 16> m_data;
|
/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglContext.cpp | 59 android::base::SmallFixedVector<EGLint, 7> contextAttribs = { in createImpl()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 697 android::base::SmallFixedVector<unsigned char, 16>& buffer in onSave()
|