Home | History | Annotate | Download | only in rs

Lines Matching refs:FileA3D

28 FileA3D::FileA3D(Context *rsc) : ObjectBase(rsc) {
40 FileA3D::~FileA3D() {
61 void FileA3D::parseHeader(IStream *headerStream) {
85 bool FileA3D::load(Asset *asset) {
90 bool FileA3D::load(const void *data, size_t length) {
144 bool FileA3D::load(FILE *f) {
203 size_t FileA3D::getNumIndexEntries() const {
207 const FileA3D::A3DIndexEntry *FileA3D::getIndexEntry(size_t index) const {
214 ObjectBase *FileA3D::initializeFromEntry(size_t index) {
219 FileA3D::A3DIndexEntry *entry = mIndex[index];
279 bool FileA3D::writeFile(const char *filename) {
345 void FileA3D::appendToFile(ObjectBase *obj) {
365 FileA3D *fa3d = static_cast<FileA3D *>(file);
379 FileA3D *fa3d = static_cast<FileA3D *>(file);
389 FileA3D *fa3d = static_cast<FileA3D *>(file);
403 const FileA3D::A3DIndexEntry *entry = fa3d->getIndexEntry(i);
416 FileA3D *fa3d = new FileA3D(rsc);
426 FileA3D *fa3d = new FileA3D(rsc);
440 FileA3D *fa3d = NULL;
444 fa3d = new FileA3D(rsc);