/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraChannel.cpp | 164 * @allocator : stream related buffer allocator 178 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, 195 QCameraStream *pStream = new QCameraStream(allocator, 863 * @allocator : stream related buffer allocator 878 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, [all...] |
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
vktFragmentOperationsEarlyFragmentTests.cpp | 585 Allocator& allocator = m_context.getDefaultAllocator(); local 593 const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any)); 616 const UniquePtr<Allocation> testImageAlloc (bindImage(vk, device, allocator, *testImage, MemoryRequirement::Any)); 626 const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisible)); 647 const UniquePtr<Allocation> resultBufferAlloc (bindBuffer(vk, device, allocator, *resultBuffer, MemoryRequirement::HostVisible)); 660 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible)); [all...] |
vktFragmentOperationsScissorTests.cpp | 546 Allocator& allocator = context.getDefaultAllocator(); local 549 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); 553 m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostVisible); 702 Allocator& allocator = context.getDefaultAllocator(); local 712 const UniquePtr<Allocation> colorBufferFullAlloc (bindBuffer(vk, device, allocator, *colorBufferFull, MemoryRequirement::HostVisible)); 715 const UniquePtr<Allocation> colorBufferScissoredAlloc (bindBuffer(vk, device, allocator, *colorBufferScissored, MemoryRequirement::HostVisible)); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageAtomicOperationTests.cpp | 448 Allocator& allocator = m_context.getDefaultAllocator(); local 477 m_resultImage = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageParams, MemoryRequirement::Any)); 484 const Buffer inputBuffer(deviceInterface, device, allocator, makeBufferCreateInfo(imageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_SRC_BIT), MemoryRequirement::HostVisible); 504 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCreateInfo(outBuffSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible)); 749 Allocator& allocator = m_context.getDefaultAllocator(); local 779 m_intermResultsImage = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageParams, MemoryRequirement::Any)); [all...] |
vktImageQualifiersTests.cpp | 492 Allocator& allocator = m_context.getDefaultAllocator(); local 516 m_image = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageCreateInfo, MemoryRequirement::Any)); 524 m_buffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); 631 Allocator& allocator = m_context.getDefaultAllocator(); local 635 m_buffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible));
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >; 42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >; 47 _SetTraitsT<void*>, allocator<void*> >; 51 _SetTraitsT<void*>, allocator<void*> >; 56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >; 42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >; 47 _SetTraitsT<void*>, allocator<void*> >; 51 _SetTraitsT<void*>, allocator<void*> >; 56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >; 42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >; 47 _SetTraitsT<void*>, allocator<void*> >; 51 _SetTraitsT<void*>, allocator<void*> >; 56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
|
/art/compiler/optimizing/ |
code_generator.cc | 229 void CodeGenerator::Compile(CodeAllocator* allocator) { 230 // The register allocator already called `InitializeCodeGeneration`, 279 Finalize(allocator); 282 void CodeGenerator::Finalize(CodeAllocator* allocator) { 284 uint8_t* buffer = allocator->Allocate(code_size); 323 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetArena(); local 324 LocationSummary* locations = new (allocator) LocationSummary(invoke, 393 ArenaAllocator* allocator = field_access->GetBlock()->GetGraph()->GetArena(); local 395 new (allocator) LocationSummary(field_access, LocationSummary::kCallOnMainOnly); 410 // allocator expects it in a floating point register 1387 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetArena(); local [all...] |
code_generator_arm.h | 148 ParallelMoveResolverARM(ArenaAllocator* allocator, CodeGeneratorARM* codegen) 149 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {} 429 void Finalize(CodeAllocator* allocator) OVERRIDE;
|
code_generator_mips.h | 137 ParallelMoveResolverMIPS(ArenaAllocator* allocator, CodeGeneratorMIPS* codegen) 138 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {} 506 void Finalize(CodeAllocator* allocator) OVERRIDE;
|
code_generator_mips64.h | 134 ParallelMoveResolverMIPS64(ArenaAllocator* allocator, CodeGeneratorMIPS64* codegen) 135 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {} 470 void Finalize(CodeAllocator* allocator) OVERRIDE;
|
code_generator_x86.h | 130 ParallelMoveResolverX86(ArenaAllocator* allocator, CodeGeneratorX86* codegen) 131 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {} 505 void Finalize(CodeAllocator* allocator) OVERRIDE;
|
/external/ImageMagick/coders/ |
miff.c | 435 allocator; 430 allocator; local 1933 allocator; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineImageUtil.cpp | 207 vk::Allocator& allocator, 236 bufferAlloc = allocator.allocate(getBufferMemoryRequirements(vk, device, *buffer), MemoryRequirement::HostVisible); 385 Allocator& allocator, 427 bufferAlloc = allocator.allocate(getBufferMemoryRequirements(vk, device, *buffer), MemoryRequirement::HostVisible); 581 Allocator& allocator, 613 uploadTestTextureInternal(vk, device, queue, queueFamilyIndex, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTexture.getTextureFormat(), destImage); 616 uploadTestTextureInternal(vk, device, queue, queueFamilyIndex, allocator, srcTexture, DE_NULL, srcTexture.getTextureFormat(), destImage) [all...] |
/external/v8/src/compiler/ |
pipeline.cc | 58 #include "src/compiler/register-allocator-verifier.h" 59 #include "src/compiler/register-allocator.h" 529 zone_(isolate->allocator(), ZONE_NAME), 530 zone_stats_(isolate->allocator()), 620 zone_stats_(info->isolate()->allocator()), [all...] |
/external/dng_sdk/source/ |
dng_render.cpp | 753 dng_memory_allocator *allocator, 818 dng_memory_allocator *allocator, 824 allocator, 888 BuildHueSatMapEncodingTable (*allocator, 899 BuildHueSatMapEncodingTable (*allocator, 932 fExposureRamp.Initialize (*allocator, rampFunction); 949 fToneCurve.Initialize (*allocator, totalTone); 962 fEncodeGamma.Initialize (*allocator, finalSpace.GammaFunction ()); 981 fTempBuffer [threadIndex] . Reset (allocator->Allocate (tempBufferSize)); [all...] |
/external/v8/src/ |
compiler.cc | 792 Zone zone(isolate->allocator(), ZONE_NAME); [all...] |
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
media_hidl_test_common.cpp | 29 #include <android/hidl/allocator/1.0/IAllocator.h> 40 using ::android::hidl::allocator::V1_0::IAllocator; 96 sp<IAllocator> allocator = IAllocator::getService("ashmem"); local 97 EXPECT_NE(allocator.get(), nullptr); 109 allocator->allocate(
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
assoc_container.hpp | 88 * @tparam _Alloc Allocator type. 190 * @tparam _Alloc Allocator type. 203 typename _Alloc = std::allocator<char> > 353 * @tparam _Alloc Allocator type. 367 typename _Alloc = std::allocator<char> > 545 * @tparam _Alloc Allocator type. 623 * @tparam _Alloc Allocator type. 634 typename _Alloc = std::allocator<char> > 714 * @tparam _Alloc Allocator type. 730 typename _Alloc = std::allocator<char> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/ |
assoc_container.hpp | 88 * @tparam _Alloc Allocator type. 190 * @tparam _Alloc Allocator type. 203 typename _Alloc = std::allocator<char> > 353 * @tparam _Alloc Allocator type. 367 typename _Alloc = std::allocator<char> > 545 * @tparam _Alloc Allocator type. 623 * @tparam _Alloc Allocator type. 634 typename _Alloc = std::allocator<char> > 714 * @tparam _Alloc Allocator type. 730 typename _Alloc = std::allocator<char> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/ |
assoc_container.hpp | 88 * @tparam _Alloc Allocator type. 190 * @tparam _Alloc Allocator type. 203 typename _Alloc = std::allocator<char> > 353 * @tparam _Alloc Allocator type. 367 typename _Alloc = std::allocator<char> > 545 * @tparam _Alloc Allocator type. 623 * @tparam _Alloc Allocator type. 634 typename _Alloc = std::allocator<char> > 714 * @tparam _Alloc Allocator type. 730 typename _Alloc = std::allocator<char> [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
assoc_container.hpp | 88 * @tparam _Alloc Allocator type. 190 * @tparam _Alloc Allocator type. 203 typename _Alloc = std::allocator<char> > 353 * @tparam _Alloc Allocator type. 367 typename _Alloc = std::allocator<char> > 545 * @tparam _Alloc Allocator type. 623 * @tparam _Alloc Allocator type. 634 typename _Alloc = std::allocator<char> > 714 * @tparam _Alloc Allocator type. 730 typename _Alloc = std::allocator<char> [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
assoc_container.hpp | 88 * @tparam _Alloc Allocator type. 190 * @tparam _Alloc Allocator type. 203 typename _Alloc = std::allocator<char> > 353 * @tparam _Alloc Allocator type. 367 typename _Alloc = std::allocator<char> > 545 * @tparam _Alloc Allocator type. 623 * @tparam _Alloc Allocator type. 634 typename _Alloc = std::allocator<char> > 714 * @tparam _Alloc Allocator type. 730 typename _Alloc = std::allocator<char> [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
assoc_container.hpp | 88 * @tparam _Alloc Allocator type. 190 * @tparam _Alloc Allocator type. 203 typename _Alloc = std::allocator<char> > 353 * @tparam _Alloc Allocator type. 367 typename _Alloc = std::allocator<char> > 545 * @tparam _Alloc Allocator type. 623 * @tparam _Alloc Allocator type. 634 typename _Alloc = std::allocator<char> > 714 * @tparam _Alloc Allocator type. 730 typename _Alloc = std::allocator<char> [all...] |