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

1 2 3

  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
mapper.cpp 50 static IMemAlloc* getAllocator(int flags)
54 memalloc = alloc_ctrl->getAllocator(flags);
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
285 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 241 IMemAlloc* IonController::getAllocator(int flags)
379 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
mapper.cpp 50 static IMemAlloc* getAllocator(int flags)
54 memalloc = alloc_ctrl->getAllocator(flags);
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
221 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
288 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 260 IMemAlloc* IonController::getAllocator(int flags)
396 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /hardware/qcom/display/msm8x26/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
mapper.cpp 50 static IMemAlloc* getAllocator(int flags)
54 memalloc = alloc_ctrl->getAllocator(flags);
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
285 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 241 IMemAlloc* IonController::getAllocator(int flags)
377 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /external/chromium_org/third_party/angle_dx11/src/compiler/
PoolAlloc.h 261 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { }
268 return getAllocator().allocate(n);
271 return getAllocator().allocate(n);
276 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
279 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
287 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); }
288 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
294 TPoolAllocator& getAllocator() const { return *allocator;
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableList.h 151 BumpPtrAllocator& getAllocator() const {
163 if (ownsAllocator()) delete &getAllocator();
177 BumpPtrAllocator& A = getAllocator();
ScopedHashTable.h 172 AllocatorRefTy getAllocator() { return Allocator; }
173 AllocatorCRefTy getAllocator() const { return Allocator; }
250 ThisEntry->Destroy(HT.getAllocator());
StringMap.h 267 AllocatorRefTy getAllocator() { return Allocator; }
268 AllocatorCRefTy getAllocator() const { return Allocator; }
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 262 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]
CodeCompleteConsumer.cpp 333 void *Mem = getAllocator().Allocate(
451 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
469 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
495 getAllocator(), CCTUInfo)) {
  /external/clang/lib/AST/
RawCommentList.cpp 171 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
175 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
180 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 537 CodeCompletionAllocator &getAllocator() const {
589 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 443 llvm::BumpPtrAllocator& getAllocator() {
444 return HashTable.getAllocator();
467 void *Mem = getAllocator().Allocate<IdentifierInfo>();
499 void *Mem = getAllocator().Allocate<IdentifierInfo>();
  /hardware/qcom/display/msm8960/liboverlay/
overlayMem.h 161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
  /hardware/qcom/display/msm8974/liboverlay/
overlayMem.h 162 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMem.h 161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); }
223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
  /frameworks/compile/slang/
slang_rs_export_element.cpp 49 ElementInfoMap.getAllocator(), \
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 360 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 248 V = G.getAllocator().Allocate<ExplodedNodeVector>();
314 V = (NodeTy*) getAllocator().Allocate<NodeTy>();

Completed in 9285 milliseconds

1 2 3