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

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int 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/msm8909/libgralloc/
alloc_controller.h 57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
  /hardware/qcom/display/msm8909w_3100/libgralloc/
alloc_controller.h 57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 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);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 292 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { }
295 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); }
297 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); }
303 return reinterpret_cast<pointer>(getAllocator().allocate(n)); }
308 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); }
309 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
315 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();
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 275 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { }
282 return getAllocator().allocate(n);
285 return getAllocator().allocate(n);
290 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
293 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
301 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); }
302 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
308 TPoolAllocator& getAllocator() const { return *allocator;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceMemory.cpp 54 Manager == nullptr ? nullptr : Manager->getAllocator();
  /external/llvm/include/llvm/ADT/
ImmutableList.h 151 BumpPtrAllocator& getAllocator() const {
163 if (ownsAllocator()) delete &getAllocator();
177 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();

Completed in 804 milliseconds

1 2 3 4 5 6 7 8 91011>>