HomeSort by relevance Sort by last modified time
    Searched refs:getAllocator (Results 226 - 250 of 391) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringMap.h 308 AllocatorTy &getAllocator() { return Allocator; }
309 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringMap.h 308 AllocatorTy &getAllocator() { return Allocator; }
309 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringMap.h 308 AllocatorTy &getAllocator() { return Allocator; }
309 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringMap.h 308 AllocatorTy &getAllocator() { return Allocator; }
309 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 292 AllocatorTy &getAllocator() { return Allocator; }
293 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringMap.h 304 AllocatorTy &getAllocator() { return Allocator; }
305 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringMap.h 304 AllocatorTy &getAllocator() { return Allocator; }
305 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringMap.h 308 AllocatorTy &getAllocator() { return Allocator; }
309 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringMap.h 308 AllocatorTy &getAllocator() { return Allocator; }
309 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringMap.h 308 AllocatorTy &getAllocator() { return Allocator; }
309 const AllocatorTy &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringMap.h 308 AllocatorTy &getAllocator() { return Allocator; }
309 const AllocatorTy &getAllocator() const { return Allocator; }
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 96 Allocator& allocator = context.getAllocator();
597 Allocator& allocator = m_context.getAllocator();
702 Allocator& allocator = m_context.getAllocator();
986 Allocator& allocator = context.getAllocator();
    [all...]
vktSynchronizationOperation.hpp 136 vk::Allocator& getAllocator (void) const { return m_allocator; }
vktSynchronizationOperationMultiQueueTests.cpp 211 Allocator& getAllocator (void)
278 , m_opContext (new OperationContext(context, pipelineCacheData, m_queues->getDeviceInterface(), m_queues->getDevice(), m_queues->getAllocator()))
  /external/swiftshader/third_party/LLVM/unittests/ADT/
StringMapTest.cpp 203 testMap.getAllocator(), 1u));
  /hardware/interfaces/graphics/mapper/2.0/utils/vts/
MapperVts.cpp 56 sp<IAllocator> Gralloc::getAllocator() const {
  /hardware/interfaces/sensors/1.0/vts/functional/
GrallocWrapper.cpp 59 sp<allocator2::IAllocator> GrallocWrapper::getAllocator() const {
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 276 const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *inputBuffer, MemoryRequirement::HostVisible));
336 const de::UniquePtr<Allocation> outputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *outputBuffer, MemoryRequirement::HostVisible));
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 441 IMemAlloc* IonController::getAllocator(int flags)
760 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_buffer_allocator.cpp 131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_buffer_allocator.cpp 131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 545 = Results[I].CreateCodeCompletionString(S, Context, getAllocator(),
621 = Candidates[I].CreateSignatureString(CurrentArg, S, getAllocator(),
632 CodeCompletionAllocator &getAllocator() override {
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 572 static IMemAlloc* getAllocator(int flags)
576 memalloc = alloc_ctrl->getAllocator(flags);
609 IMemAlloc* memalloc = getAllocator(hnd->flags);

Completed in 1090 milliseconds

1 2 3 4 5 6 7 8 91011>>