Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:mHeader

183   if (pOutput.write(&mHeader, sizeof(mHeader)) != sizeof(mHeader)) {
190 if (static_cast<size_t>(pOutput.write(mStringPool, mHeader.strPoolSize))
191 != mHeader.strPoolSize) {
199 (pOutput, *this, mHeader.dependencyTable, mDependencyTable)) {
205 (pOutput, *this, mHeader.pragmaList, mPragmas)) {
211 (pOutput, *this, mHeader.objectSlotList, mObjectSlots)) {
217 (pOutput, *this, mHeader.exportVarNameList, mExportVarNames)) {
223 (pOutput, *this, mHeader.exportFuncNameList, mExportFuncNames)) {
229 (pOutput, *this, mHeader.exportForeachFuncList, mExportForeachFuncs)) {