HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 701 - 725 of 1382) sorted by null

<<21222324252627282930>>

  /prebuilts/misc/common/swig/include/2.0.11/std/
std_vector.i 59 template<class _Tp, class _Alloc = allocator< _Tp > >
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h 0 // Allocator traits -*- C++ -*-
38 # include <bits/allocator.h> // for __alloc_swap
50 struct __allocator_always_compares_equal<std::allocator<_Tp>>
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h 0 // Allocator traits -*- C++ -*-
38 # include <bits/allocator.h> // for __alloc_swap
50 struct __allocator_always_compares_equal<std::allocator<_Tp>>
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h 0 // Allocator traits -*- C++ -*-
38 # include <bits/allocator.h> // for __alloc_swap
50 struct __allocator_always_compares_equal<std::allocator<_Tp>>
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 10 // Specialized memory allocator for ThreadSanitizer, MemorySanitizer, etc.
42 // This class also gives a hint to a thread-caching allocator about the amount
199 // Memory allocator statistics
298 // SizeClassAllocator64 -- allocator for 64-bit address space.
468 // The allocator must be locked when calling this function.
686 // SizeClassAllocator32 -- allocator for 32-bit address space.
687 // This allocator can theoretically be used on 64-bit arch, but there it is less
698 // 0 size class means the region is not used by the allocator.
831 // The allocator must be locked when calling this function.
931 typedef SizeClassAllocator Allocator;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 160 void createVulkanBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const BufferParameters& bufferParameters, Buffer& buffer, MemoryRequirement visibility)
175 buffer.allocation = allocator.allocate(getBufferMemoryRequirements(vkd, device, *buffer.buffer), visibility);
232 void createVulkanImage (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const ImageParameters& imageParameters, Image& image, MemoryRequirement visibility)
258 image.allocation = allocator.allocate(getImageMemoryRequirements(vkd, device, *image.image), visibility);
566 Allocator& allocator; member in struct:vkt::synchronization::__anon16618::TestContext
593 Allocator& allocator_)
598 , allocator (allocator_
1265 Allocator& allocator = context.getDefaultAllocator(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 567 Allocator& allocator = context.getDefaultAllocator(); local
570 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
574 m_vertexBufferAlloc = bindBuffer (vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostVisible);
722 Allocator& allocator = context.getDefaultAllocator(); local
732 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 351 Allocator& allocator = context.getDefaultAllocator(); local
358 const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, MemoryRequirement::Any));
363 const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisible));
629 Allocator& allocator = context.getDefaultAllocator(); local
639 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible));
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMultisampleLoadStoreTests.cpp 248 Allocator& allocator = context.getDefaultAllocator(); local
255 vk, device, allocator, makeImageCreateInfo(caseDef.texture, caseDef.format, VK_IMAGE_USAGE_STORAGE_BIT, 0u), MemoryRequirement::Any));
258 vk, device, allocator,
267 UniquePtr<Buffer> constantsBuffer (new Buffer(vk, device, allocator, makeBufferCreateInfo(constantsBufferSizeBytes, VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT),
286 UniquePtr<Buffer> resultBuffer (new Buffer(vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT),
vktImageLoadStoreTests.cpp 504 Allocator& allocator = m_context.getDefaultAllocator(); local
509 vk, device, allocator,
571 Allocator& allocator = m_context.getDefaultAllocator(); local
574 vk, device, allocator,
583 vk, device, allocator,
875 Allocator& allocator = m_context.getDefaultAllocator(); local
953 Allocator& allocator = m_context.getDefaultAllocator(); local
1110 Allocator& allocator = m_context.getDefaultAllocator(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationMiscDrawTests.cpp 133 Allocator& allocator = context.getDefaultAllocator(); local
145 const Buffer vertexBuffer(vk, device, allocator,
164 const Image colorAttachmentImage (vk, device, allocator,
171 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
175 const Buffer tessLevelsBuffer(vk, device, allocator,
vktTessellationPrimitiveDiscardTests.cpp 384 Allocator& allocator = context.getDefaultAllocator();
408 const Buffer vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible);
423 const Buffer resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
436 const Image colorAttachmentImage (vk, device, allocator,
443 const Buffer colorBuffer(vk, device, allocator,
  /external/dng_sdk/source/
dng_xmp_sdk.cpp 1314 dng_memory_block * dng_xmp_sdk::Serialize (dng_memory_allocator &allocator,
1422 AutoPtr<dng_memory_block> buffer (allocator.Allocate (packetLen));
1438 void dng_xmp_sdk::PackageForJPEG (dng_memory_allocator &allocator,
1469 stdBlock.Reset (allocator.Allocate (stdLen));
1478 extBlock.Reset (allocator.Allocate (extLen));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_uninitialized.h 228 // and uninitialized_fill_n that take an allocator parameter.
230 // default allocator. For nondefault allocators we do not use
257 _ForwardIterator __result, allocator<_Tp>&)
306 const _Tp& __x, allocator<_Tp2>&)
333 const _Tp& __x, allocator<_Tp2>&)
339 // All of these algorithms take a user-supplied allocator, which is used
550 // constructed value_types(s), constructed with the allocator alloc.
575 allocator<_Tp>&)
581 // constructed with the allocator alloc.
604 allocator<_Tp>&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_uninitialized.h 228 // and uninitialized_fill_n that take an allocator parameter.
230 // default allocator. For nondefault allocators we do not use
257 _ForwardIterator __result, allocator<_Tp>&)
306 const _Tp& __x, allocator<_Tp2>&)
333 const _Tp& __x, allocator<_Tp2>&)
339 // All of these algorithms take a user-supplied allocator, which is used
550 // constructed value_types(s), constructed with the allocator alloc.
575 allocator<_Tp>&)
581 // constructed with the allocator alloc.
604 allocator<_Tp>&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_uninitialized.h 228 // and uninitialized_fill_n that take an allocator parameter.
230 // default allocator. For nondefault allocators we do not use
257 _ForwardIterator __result, allocator<_Tp>&)
306 const _Tp& __x, allocator<_Tp2>&)
333 const _Tp& __x, allocator<_Tp2>&)
339 // All of these algorithms take a user-supplied allocator, which is used
550 // constructed value_types(s), constructed with the allocator alloc.
575 allocator<_Tp>&)
581 // constructed with the allocator alloc.
604 allocator<_Tp>&
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_uninitialized.h 248 // and uninitialized_fill_n that take an allocator parameter.
250 // default allocator. For nondefault allocators we do not use
277 _ForwardIterator __result, allocator<_Tp>&)
326 const _Tp& __x, allocator<_Tp2>&)
353 const _Tp& __x, allocator<_Tp2>&)
359 // All of these algorithms take a user-supplied allocator, which is used
576 // constructed value_types(s), constructed with the allocator alloc.
601 allocator<_Tp>&)
607 // constructed with the allocator alloc.
630 allocator<_Tp>&
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_uninitialized.h 249 // and uninitialized_fill_n that take an allocator parameter.
251 // default allocator. For nondefault allocators we do not use
278 _ForwardIterator __result, allocator<_Tp>&)
327 const _Tp& __x, allocator<_Tp2>&)
354 const _Tp& __x, allocator<_Tp2>&)
360 // All of these algorithms take a user-supplied allocator, which is used
577 // constructed value_types(s), constructed with the allocator alloc.
602 allocator<_Tp>&)
608 // constructed with the allocator alloc.
631 allocator<_Tp>&
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_uninitialized.h 249 // and uninitialized_fill_n that take an allocator parameter.
251 // default allocator. For nondefault allocators we do not use
278 _ForwardIterator __result, allocator<_Tp>&)
327 const _Tp& __x, allocator<_Tp2>&)
354 const _Tp& __x, allocator<_Tp2>&)
360 // All of these algorithms take a user-supplied allocator, which is used
577 // constructed value_types(s), constructed with the allocator alloc.
602 allocator<_Tp>&)
608 // constructed with the allocator alloc.
631 allocator<_Tp>&
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp 772 Allocator& allocator = context.getDefaultAllocator();
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.cpp 195 * @allocator : stream related buffer allocator
209 int32_t QCameraChannel::addStream(QCameraAllocator &allocator,
226 QCameraStream *pStream = new QCameraStream(allocator,
945 * @allocator : stream related buffer allocator
960 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig,
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 313 bool SkBitmap::tryAllocPixels(Allocator* allocator, SkColorTable* ctable) {
316 if (nullptr == allocator) {
317 allocator = &stdalloc;
319 return allocator->allocPixelRef(this, ctable);
465 /** We explicitly use the same allocator for our pixels that SkMask does,
736 bool SkBitmap::copyTo(SkBitmap* dst, SkColorType dstColorType, Allocator* alloc) const {
867 Allocator *allocator, SkIPoint* offset) const {
890 if (!tmpBitmap.tryAllocPixels(allocator, nullptr))
    [all...]

Completed in 1096 milliseconds

<<21222324252627282930>>