OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exportVarNameList
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp
237
mHeader.
exportVarNameList
.itemSize = sizeof(rsinfo::ExportVarNameItem);
268
mHeader.
exportVarNameList
.offset = AFTER(mHeader.objectSlotList);
269
mHeader.
exportVarNameList
.count = mExportVarNames.size();
271
mHeader.exportFuncNameList.offset = AFTER(mHeader.
exportVarNameList
);
315
DUMP_LIST_HEADER("RS export variables", mHeader.
exportVarNameList
);
RSInfoReader.cpp
234
(header->
exportVarNameList
.itemSize != sizeof(rsinfo::ExportVarNameItem)) ||
248
(LIST_DATA_RANGE(header->
exportVarNameList
) > filesize) ||
303
(data, *result, header->
exportVarNameList
, result->mExportVarNames)) {
RSInfoWriter.cpp
215
// Write
exportVarNameList
.
217
(pOutput, *this, mHeader.
exportVarNameList
, mExportVarNames)) {
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
78
struct ListHeader
exportVarNameList
;
Completed in 40 milliseconds