| /third_party/flutter/skia/third_party/externals/angle2/src/common/ |
| D | FastVector.h | 23 class FastVector final 35 FastVector(); 36 FastVector(size_type count, const value_type &value); 37 FastVector(size_type count); 39 FastVector(const FastVector<T, N, Storage> &other); 40 FastVector(FastVector<T, N, Storage> &&other); 41 FastVector(std::initializer_list<value_type> init); 43 FastVector<T, N, Storage> &operator=(const FastVector<T, N, Storage> &other); 44 FastVector<T, N, Storage> &operator=(FastVector<T, N, Storage> &&other); 45 FastVector<T, N, Storage> &operator=(std::initializer_list<value_type> init); [all …]
|
| D | FastVector_unittest.cpp | 17 TEST(FastVector, Constructors) in TEST() argument 19 FastVector<int, 5> defaultContructor; in TEST() 22 FastVector<int, 5> count(3); in TEST() 25 FastVector<int, 5> countAndValue(3, 2); in TEST() 29 FastVector<int, 5> copy(countAndValue); in TEST() 32 FastVector<int, 5> copyRValue(std::move(count)); in TEST() 35 FastVector<int, 5> initializerList{1, 2, 3, 4, 5}; in TEST() 39 FastVector<int, 5> assignCopy(copyRValue); in TEST() 42 FastVector<int, 5> assignRValue(std::move(assignCopy)); in TEST() 45 FastVector<int, 5> assignmentInitializerList = {1, 2, 3, 4, 5}; in TEST() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | FastVector.h | 24 class FastVector final 36 FastVector(); 37 FastVector(size_type count, const value_type &value); 38 FastVector(size_type count); 40 FastVector(const FastVector<T, N, Storage> &other); 41 FastVector(FastVector<T, N, Storage> &&other); 42 FastVector(std::initializer_list<value_type> init); 45 FastVector(InputIt first, InputIt last); 47 FastVector<T, N, Storage> &operator=(const FastVector<T, N, Storage> &other); 48 FastVector<T, N, Storage> &operator=(FastVector<T, N, Storage> &&other); [all …]
|
| D | FastVector_unittest.cpp | 17 TEST(FastVector, Constructors) in TEST() argument 19 FastVector<int, 5> defaultContructor; in TEST() 28 FastVector<int, 5> count(vectorSizes[i]); in TEST() 31 FastVector<int, 5> countAndValue(vectorSizes[i], 2); in TEST() 35 FastVector<int, 5> copy(countAndValue); in TEST() 38 FastVector<int, 5> copyRValue(std::move(count)); in TEST() 41 FastVector<int, 5> copyIter(countAndValue.begin(), countAndValue.end()); in TEST() 44 FastVector<int, 5> copyIterEmpty(countAndValue.begin(), countAndValue.begin()); in TEST() 47 FastVector<int, 5> assignCopy(copyRValue); in TEST() 50 FastVector<int, 5> assignRValue(std::move(assignCopy)); in TEST() [all …]
|
| D | system_utils_win32.cpp | 28 FastVector<char, MAX_PATH> value; in GetEnvironmentVar()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Observer.h | 129 angle::FastVector<ObserverBindingBase *, kMaxFixedObservers> mObservers;
|
| D | Buffer.h | 212 angle::FastVector<ContentsObserver, angle::kMaxFixedObservers> mContentsObservers;
|
| D | Texture.h | 681 angle::FastVector<rx::Serial, kFastFramebufferSerialCount> mBoundFramebufferSerials;
|
| D | angletypes.h | 900 using BarrierVector = angle::FastVector<T, kBarrierVectorDefaultSize>;
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Observer.h | 109 angle::FastVector<ObserverBindingBase *, kMaxFixedObservers> mObservers;
|
| D | angletypes.h | 511 using BarrierVector = angle::FastVector<T, kBarrierVectorDefaultSize>;
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| D | spirv_types.h | 99 using FastVectorHelper = angle::FastVector<T, kFastVectorSize>;
|
| /third_party/skia/third_party/externals/angle2/src/ |
| D | libGLESv2.gni | 9 "src/common/FastVector.h",
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_cache_utils.h | 1196 angle::FastVector<uint32_t, kFastBufferWordLimit> mPayload;
|
| D | vk_cache_utils.cpp | 483 using SubpassVector = angle::FastVector<T, kSubpassFastVectorSize>;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | glslang_wrapper_utils.cpp | 1955 angle::FastVector<spirv::IdRef, 4> mIntNIds; 2301 angle::FastVector<spirv::IdRef, 4> intNIds, in AccessChainIndexListAppend()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/ |
| D | libGLESv2.gni | 8 "src/common/FastVector.h",
|
| /third_party/flutter/engine/flutter/ci/licenses_golden/ |
| D | licenses_third_party | 938 FILE: ../../../third_party/angle/src/common/FastVector.h
|