HomeSort by relevance Sort by last modified time
    Searched defs:getAllocator (Results 1 - 25 of 32) sorted by null

1 2

  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 136 MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type)
  /hardware/qcom/display/msm8084/libgralloc/
mapper.cpp 47 static IMemAlloc* getAllocator(int flags)
51 memalloc = alloc_ctrl->getAllocator(flags);
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
103 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
226 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
275 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 353 IMemAlloc* IonController::getAllocator(int flags)
664 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8226/libgralloc/
mapper.cpp 47 static IMemAlloc* getAllocator(int flags)
51 memalloc = alloc_ctrl->getAllocator(flags);
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
103 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
226 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
275 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 352 IMemAlloc* IonController::getAllocator(int flags)
658 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8909/libgralloc/
mapper.cpp 50 static IMemAlloc* getAllocator(int flags)
54 memalloc = alloc_ctrl->getAllocator(flags);
68 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
115 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
247 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
298 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 365 IMemAlloc* IonController::getAllocator(int flags)
670 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 244 IMemAlloc* IonController::getAllocator(int flags)
388 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
mapper.cpp 49 static IMemAlloc* getAllocator(int flags)
53 memalloc = alloc_ctrl->getAllocator(flags);
65 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
99 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
219 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
308 IMemAlloc* memalloc = getAllocator(hnd->flags);
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 54 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); }
228 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
  /external/llvm/include/llvm/ADT/
ImmutableList.h 151 BumpPtrAllocator& getAllocator() const {
163 if (ownsAllocator()) delete &getAllocator();
177 BumpPtrAllocator& A = getAllocator();
ScopedHashTable.h 171 AllocatorTy &getAllocator() { return Allocator; }
172 const AllocatorTy &getAllocator() const { return Allocator; }
250 ThisEntry->Destroy(HT.getAllocator());
StringMap.h 253 AllocatorTy &getAllocator() { return Allocator; }
254 const AllocatorTy &getAllocator() const { return Allocator; }
ImmutableSet.h 381 BumpPtrAllocator& getAllocator() const {
397 if (ownsAllocator()) delete &getAllocator();
462 BumpPtrAllocator& A = getAllocator();
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 436 IMemAlloc* IonController::getAllocator(int flags)
751 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
mapper.cpp 50 static IMemAlloc* getAllocator(int flags)
54 memalloc = alloc_ctrl->getAllocator(flags);
61 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
89 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
132 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
238 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
289 IMemAlloc* memalloc = getAllocator(hnd->flags);
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 50 static IMemAlloc* getAllocator(int flags)
54 memalloc = alloc_ctrl->getAllocator(flags);
61 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
89 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
132 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
238 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
289 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 504 IMemAlloc* IonController::getAllocator(int flags)
    [all...]
  /hardware/qcom/display/msmcobalt/libgralloc/
mapper.cpp 50 static IMemAlloc* getAllocator(int flags)
54 memalloc = alloc_ctrl->getAllocator(flags);
68 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
114 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
229 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
280 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 517 IMemAlloc* IonController::getAllocator(int flags)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 505 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
ExplodedGraph.h 358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
  /external/skia/include/core/
SkImageDecoder.h 147 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
  /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);
  /external/clang/include/clang/Basic/
IdentifierTable.h 455 llvm::BumpPtrAllocator& getAllocator() {
456 return HashTable.getAllocator();
475 void *Mem = getAllocator().Allocate<IdentifierInfo>();
506 void *Mem = getAllocator().Allocate<IdentifierInfo>();

Completed in 1014 milliseconds

1 2