HomeSort by relevance Sort by last modified time
    Searched refs:getAllocator (Results 1 - 25 of 263) 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/msm8909/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/msm8996/libgralloc/
alloc_controller.h 57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int flags);
  /hardware/qcom/display/sdm845/libgralloc/
alloc_controller.h 57 virtual IMemAlloc* getAllocator(int flags) = 0;
75 virtual IMemAlloc* getAllocator(int 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();
  /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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableList.h 154 BumpPtrAllocator& getAllocator() const {
166 if (ownsAllocator()) delete &getAllocator();
180 BumpPtrAllocator& A = getAllocator();
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 261 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 47 BumpPtrAllocator &getAllocator() const { return Allocator; }
92 : TypeTable(TypeTable), TempSerializer(TypeTable.getAllocator()) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 47 BumpPtrAllocator &getAllocator() const { return Allocator; }
92 : TypeTable(TypeTable), TempSerializer(TypeTable.getAllocator()) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 47 BumpPtrAllocator &getAllocator() const { return Allocator; }
92 : TypeTable(TypeTable), TempSerializer(TypeTable.getAllocator()) {

Completed in 1531 milliseconds

1 2 3 4 5 6 7 8 91011