Searched defs:ie (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/rs/
H A DrsFileA3D.cpp106 bool FileA3D::processIndex(Context *rsc, A3DIndexEntry *ie) argument
109 IO io(mData + ie->mOffset, mUse64BitOffsets);
111 LOGE("process index, type %i", ie->mType);
113 switch(ie->mType) {
115 processChunk_Element(rsc, &io, ie);
118 processChunk_ElementSource(rsc, &io, ie);
121 processChunk_Verticies(rsc, &io, ie);
124 processChunk_Mesh(rsc, &io, ie);
127 processChunk_Primitive(rsc, &io, ie);
133 return (ie
243 processChunk_Mesh(Context *rsc, IO *io, A3DIndexEntry *ie) argument
258 processChunk_Primitive(Context *rsc, IO *io, A3DIndexEntry *ie) argument
311 processChunk_Verticies(Context *rsc, IO *io, A3DIndexEntry *ie) argument
325 processChunk_Element(Context *rsc, IO *io, A3DIndexEntry *ie) argument
345 processChunk_ElementSource(Context *rsc, IO *io, A3DIndexEntry *ie) argument
[all...]
/frameworks/base/cmds/dumpstate/
H A Dutils.c410 struct inotify_event ie; local
411 read(ifd, &ie, sizeof(ie));

Completed in 87 milliseconds