HomeSort by relevance Sort by last modified time
    Searched refs:getAllocator (Results 26 - 50 of 91) sorted by null

12 3 4

  /hardware/qcom/display/msm8226/liboverlay/
overlayMem.h 171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
  /hardware/qcom/display/msm8909/liboverlay/
overlayMem.h 171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
  /hardware/qcom/display/msm8960/liboverlay/
overlayMem.h 161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMem.h 171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 54 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); }
228 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 244 IMemAlloc* IonController::getAllocator(int flags)
388 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /external/opencv3/modules/core/include/opencv2/core/
private.cuda.hpp 113 GpuMat::Allocator* getAllocator() const { return allocator_; }
  /external/opencv3/modules/cudaarithm/src/cuda/
normalize.cu 90 GpuMat_<I> minMaxVals(1, 2, pool.getAllocator());
145 GpuMat_<I> normVal(1, 1, pool.getAllocator());
  /external/skia/include/core/
SkImageDecoder.h 147 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
  /frameworks/compile/slang/
slang_rs_export_element.cpp 65 Name, ElementInfoMap.getAllocator(), EI));
slang_rs_context.cpp 391 mExportTypes.getAllocator(),
397 NewItem->Destroy(mExportTypes.getAllocator());
  /hardware/qcom/display/msm8084/liboverlay/
overlayMem.h 189 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 253 V = G.getAllocator().Allocate<ExplodedNodeVector>();
319 V = (NodeTy*) getAllocator().Allocate<NodeTy>();
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 381 BumpPtrAllocator& getAllocator() const {
397 if (ownsAllocator()) delete &getAllocator();
462 BumpPtrAllocator& A = getAllocator();
    [all...]
StringMap.h 253 AllocatorTy &getAllocator() { return Allocator; }
254 const AllocatorTy &getAllocator() const { return Allocator; }
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 353 IMemAlloc* IonController::getAllocator(int flags)
664 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 352 IMemAlloc* IonController::getAllocator(int flags)
658 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 365 IMemAlloc* IonController::getAllocator(int flags)
670 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 136 MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type)
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_buffer_allocator.cpp 128 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 436 IMemAlloc* IonController::getAllocator(int flags)
751 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /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...]

Completed in 438 milliseconds

12 3 4