HomeSort by relevance Sort by last modified time
    Searched full:getallocator (Results 1 - 25 of 84) 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/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) ;
295 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 242 IMemAlloc* IonController::getAllocator(int flags)
388 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 49 static IMemAlloc* getAllocator(int flags)
53 memalloc = alloc_ctrl->getAllocator(flags);
65 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
99 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
296 IMemAlloc* memalloc = getAllocator(hnd->flags);
alloc_controller.cpp 261 IMemAlloc* IonController::getAllocator(int flags)
398 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /external/chromium_org/third_party/angle/src/compiler/translator/
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/clang/lib/Sema/
SemaCodeComplete.cpp 262 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]
CodeCompleteConsumer.cpp 332 void *Mem = getAllocator().Allocate(
450 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
468 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
494 getAllocator(), CCTUInfo)) {
  /external/chromium_org/third_party/skia/src/core/
SkBitmapCache.h 23 static SkBitmap::Allocator* GetAllocator();
SkBitmapCache.cpp 13 SkBitmap::Allocator* SkBitmapCache::GetAllocator() {
14 return SkResourceCache::GetAllocator();
  /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/chromium_org/media/video/capture/win/
pin_base_win.h 79 STDMETHOD(GetAllocator)(IMemAllocator** allocator);
pin_base_win.cc 232 STDMETHODIMP PinBase::GetAllocator(IMemAllocator** allocator) {
  /external/chromium_org/third_party/skia/tests/
SkResourceCacheTest.cpp 93 SkBitmap::Allocator* allocator = SkBitmapCache::GetAllocator();
126 SkBitmap::Allocator* allocator = SkBitmapCache::GetAllocator();
  /external/clang/lib/AST/
RawCommentList.cpp 149 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
153 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
158 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
  /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/native/include/gui/
BufferQueueProducer.h 140 // called except for getAllocator. A consumer must already be connected.
152 // IGraphicBufferProducer methods to fail except for getAllocator and connect.
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 154 SkBitmap::Allocator* allocator = SkBitmapCache::GetAllocator();
  /external/pdfium/core/include/fxcrt/
fx_memory.h 190 IFX_Allocator* GetAllocator() const

Completed in 570 milliseconds

1 2 3 4