HomeSort by relevance Sort by last modified time
    Searched refs:GetMemory (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
buffer.cc 19 void* SharedMemoryBufferBacking::GetMemory() const {
27 memory_(backing_->GetMemory()),
buffer.h 23 virtual void* GetMemory() const = 0;
32 virtual void* GetMemory() const OVERRIDE;
  /external/chromium_org/third_party/re2/util/
arena.h 51 void* GetMemory(const size_t size, const int align) {
99 return reinterpret_cast<char*>(arena->GetMemory(size, 1));
  /external/regex-re2/util/
arena.h 51 void* GetMemory(const size_t size, const int align) {
99 return reinterpret_cast<char*>(arena->GetMemory(size, 1));
  /external/chromium_org/mojo/services/gles2/
mojo_buffer_backing.h 26 virtual void* GetMemory() const OVERRIDE;
mojo_buffer_backing.cc 32 void* MojoBufferBacking::GetMemory() const { return memory_; }
  /art/compiler/optimizing/
optimizing_compiler.cc 48 const std::vector<uint8_t>& GetMemory() const { return memory_; }
172 ArrayRef<const uint8_t>(allocator.GetMemory()),
codegen_test.cc 41 uint8_t* GetMemory() const { return memory_.get(); }
56 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
57 fptr f = reinterpret_cast<fptr>(allocator.GetMemory());
  /external/chromium_org/gpu/command_buffer/service/
transfer_buffer_manager_unittest.cc 60 virtual void* GetMemory() const OVERRIDE {
command_buffer_service.cc 108 static_cast<CommandBufferSharedState*>(shared_state_buffer_->GetMemory());
  /external/chromium_org/v8/tools/oom_dump/
oom_dump.cc 138 MinidumpMemoryRegion* memory_region = exception_thread->GetMemory();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
correg.h 167 STDMETHOD(GetMemory)(void **pMem,ULONG *iSize) PURE;

Completed in 696 milliseconds