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

1 2 3 4

  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
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);
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
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);
  /hardware/qcom/display/msm8909/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);
68 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
115 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
247 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
298 IMemAlloc* memalloc = getAllocator(hnd->flags);
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int 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);
  /hardware/qcom/display/msm8994/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);
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/
alloc_controller.h 57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int 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/msmcobalt/libgralloc/
alloc_controller.h 57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
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);
  /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());
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 262 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]
CodeCompleteConsumer.cpp 329 void *Mem = getAllocator().Allocate(
448 getAllocator(),
467 getAllocator(),
518 getAllocator(), CCTUInfo,
  /external/opencv3/modules/cudaarithm/src/cuda/
integral.cu 69 GpuMat_<int> res(src.size(), pool.getAllocator());
minmaxloc.cu 98 GpuMat valBuf(pool.getAllocator());
99 GpuMat locBuf(pool.getAllocator());
norm.cu 86 GpuMat_<double> buf(1, 1, pool.getAllocator());
146 GpuMat_<double> buf(1, 1, pool.getAllocator());
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 525 CodeCompletionAllocator &getAllocator() const {
577 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]
  /external/clang/lib/AST/
RawCommentList.cpp 208 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
212 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
217 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
  /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>();
  /external/opencv3/modules/cudaarithm/test/
test_stream.cpp 137 h_dst.allocator = cv::cuda::HostMem::getAllocator();

Completed in 383 milliseconds

1 2 3 4