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

1 2 3 4 5

  /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);
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.h 57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
  /hardware/qcom/display/msm8998/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);
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 269 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { }
276 return getAllocator().allocate(n);
279 return getAllocator().allocate(n);
284 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
287 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
295 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); }
296 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
302 TPoolAllocator& getAllocator() const { return *allocator;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 293 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { }
296 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); }
298 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); }
304 return reinterpret_cast<pointer>(getAllocator().allocate(n)); }
309 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); }
310 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
316 TPoolAllocator& getAllocator() const { return allocator; }
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringSet.h 33 Create(KeyStart, KeyEnd, base::getAllocator(), '+'));
ImmutableList.h 152 BumpPtrAllocator& getAllocator() const {
164 if (ownsAllocator()) delete &getAllocator();
178 BumpPtrAllocator& A = getAllocator();
ScopedHashTable.h 172 AllocatorRefTy getAllocator() { return Allocator; }
173 AllocatorCRefTy getAllocator() const { return Allocator; }
250 ThisEntry->Destroy(HT.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/clang/lib/Sema/
SemaCodeComplete.cpp 261 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 70 vk::Allocator& getAllocator (void) { return *m_allocator; }
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
MappedBlockStream.h 48 llvm::BumpPtrAllocator &getAllocator() { return Pool; }
  /hardware/interfaces/graphics/mapper/2.0/vts/functional/
VtsHalGraphicsMapperTestUtils.h 43 sp<IAllocator> getAllocator() const;
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 45 static ScudoAllocator &getAllocator();
175 getAllocator().DestroyCache(&Cache);
201 getAllocator().InitCache(&Cache);
218 getAllocator().Deallocate(Cache_, Ptr);
231 return getAllocator().Allocate(Cache_, Size, 1, false);
236 getAllocator().Deallocate(Cache_, Ptr);
526 static ScudoAllocator &getAllocator() {
607 getAllocator().GetStats(stats);
613 getAllocator().GetStats(stats);
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 527 CodeCompletionAllocator &getAllocator() const {
579 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]

Completed in 5507 milliseconds

1 2 3 4 5