Home
last modified time | relevance | path

Searched defs:GetDataPointer (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/common/
DPoolAlloc.cpp88 static uint8_t *GetDataPointer(uint8_t *memory, size_t alignment) in GetDataPointer() function in angle::Allocation
/external/lzma/CPP/7zip/Compress/
DRar3Vm.h190 const Byte *GetDataPointer(UInt32 offset) const { return Mem + offset; } in GetDataPointer() function