Home
last modified time | relevance | path

Searched refs:initial_offset (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoWriter.cpp168 off_t initial_offset = pOutput.tell(); in write() local
178 if (!layout(initial_offset)) { in write()
DRSInfo.cpp255 bool RSInfo::layout(off_t initial_offset) { in layout() argument
256 mHeader.dependencyTable.offset = initial_offset + in layout()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h216 bool layout(off_t initial_offset);