Home | History | Annotate | Download | only in rs

Lines Matching refs:FileA3D

31 FileA3D::FileA3D()
36 FileA3D::~FileA3D()
40 bool FileA3D::load(Context *rsc, FILE *f)
106 bool FileA3D::processIndex(Context *rsc, A3DIndexEntry *ie)
130 LOGE("FileA3D Unknown chunk type");
136 bool FileA3D::process(Context *rsc)
214 FileA3D::IO::IO(const uint8_t *buf, bool use64)
221 uint64_t FileA3D::IO::loadOffset()
233 void FileA3D::IO::loadString(String8 *s)
243 void FileA3D::processChunk_Mesh(Context *rsc, IO *io, A3DIndexEntry *ie)
258 void FileA3D::processChunk_Primitive(Context *rsc, IO *io, A3DIndexEntry *ie)
311 void FileA3D::processChunk_Verticies(Context *rsc, IO *io, A3DIndexEntry *ie)
325 void FileA3D::processChunk_Element(Context *rsc, IO *io, A3DIndexEntry *ie)
345 void FileA3D::processChunk_ElementSource(Context *rsc, IO *io, A3DIndexEntry *ie)
372 FileA3D *fa3d = new FileA3D;