Searched refs:fId (Results 1 - 25 of 41) sorted by relevance

12

/haiku/src/apps/haiku3d/
H A DTexture.cpp16 fId(0)
23 if (glIsTexture(fId)) {
24 GLuint ids[1] = {fId};
33 return fId;
H A DTexture.h26 GLuint fId; member in class:Texture
/haiku/src/servers/registrar/mime/
H A DRegistrarThread.cpp38 fId(-1),
72 fId = spawn_thread(&RegistrarThread::EntryFunction, fName,
74 err = fId >= 0 ? B_OK : fId;
76 err = resume_thread(fId);
86 return fId;
H A DRegistrarThread.h43 thread_id fId; member in class:RegistrarThread
/haiku/src/apps/haiku3d/texture/
H A DBitmapTexture.cpp36 glGenTextures(1, &fId);
37 glBindTexture(GL_TEXTURE_2D, fId);
48 fId, (int32) bitmap->Bounds().Width(),
H A DVideoFileTexture.cpp105 glGenTextures(1, &fId);
106 glBindTexture(GL_TEXTURE_2D, fId);
130 glBindTexture(GL_TEXTURE_2D, fId);
/haiku/src/apps/patchbay/
H A DEndpointInfo.h38 return fId;
47 int32 fId; member in class:EndpointInfo
H A DEndpointInfo.cpp38 fId(-1),
45 fId(id),
65 fId(info.fId)
75 fId = info.fId;
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.h32 const uint32 fId; member in class:Device::Info
35 inline uint16 DeviceId() { return (fId >> 16) & 0xffff; }
36 inline uint16 VendorId() { return (fId) & 0xffff; }
37 inline uint32 Id() { return fId; }
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h39 uint16 fId; member in class:SSound
50 uint16 Id() const { return fId; }
85 uint8 fId; member in class:SInstrument
96 uint8 Id() const { return fId; }
H A DSynthFile.cpp39 , fId(id)
71 , fId(instrument)
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSetting.h49 uint32 GetId() const { return fId; }
71 uint32 fId; member in class:LiveSetting
/haiku/src/kits/debugger/elf/
H A DCoreFile.h19 int32 Id() const { return fId; }
23 int32 fId; member in struct:CoreFileTeamInfo
52 int32 fId; member in struct:CoreFileAreaInfo
98 int32 Id() const { return fId; }
118 int32 fId; member in struct:CoreFileImageInfo
151 int32 Id() const { return fId; }
155 int32 fId; member in struct:CoreFileThreadInfo
/haiku/headers/os/midi2/
H A DMidiEndpoint.h69 int32 fId; member in class:BMidiEndpoint
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp67 return fId;
243 fId = 0;
H A DMidiLocalProducer.cpp289 *((uint32*) (buffer + 0)) = fId;
306 *((uint32*) (buffer + 4)) = cons->fId;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.h112 int64 fId; member in class:FileSystem
183 return atomic_add64(&fId, 1);
/haiku/src/servers/app/stackandtile/
H A DSATWindow.h118 uint64 fId; member in class:SATWindow
H A DSATWindow.cpp40 fId = _GenerateId();
455 return fId;
465 fId = id;
473 message.AddInt64("window_id", fId);
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp32 fId(id),
48 fDev->fRegs->queueSel = fId;
189 fDev->fRegs->queueNotify = fId;
198 fDev->fRegs->queueSel = fId;
H A DVirtioDevice.h34 int32 fId; member in struct:VirtioQueue
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp58 static_cast<uint32>(B_BENDIAN_TO_HOST_INT32(fId)); }
63 uint32 fId; member in struct:hdr
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h86 ino_t Id() { return fId; }
149 ino_t fId; member in class:Icb
H A DIcb.cpp108 fId(to_vnode_id(address)),
147 fFileCache = file_cache_create(fVolume->ID(), fId, Length());
148 fFileMap = file_map_create(fVolume->ID(), fId, Length());
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.cpp85 fId(id),
203 if(fNode->di_ino != fId) {
694 xfs_agnumber_t agNo = INO_TO_AGNO(fId, fVolume);
696 uint32 agRelativeInodeNo = INO_TO_AGINO(fId, fVolume->AgInodeBits());
700 xfs_off_t offset = INO_TO_BLOCKOFFSET(fId, fVolume);

Completed in 256 milliseconds

12