Searched defs:tw (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_gentextures.c70 GLsizei tw, th; local
72 cr_server.head_spu->dispatch_table.GetTexLevelParameteriv(target, level, GL_TEXTURE_WIDTH, &tw);
76 if (((tw!=width) || (th!=height)) && (internalFormat==GL_DEPTH_COMPONENT24))
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp645 QTabWidget *tw = static_cast<SelectorActionItem*> (item)->tabWidget(); local
647 findItemByPage (static_cast<UISettingsPage*> (tw->widget (aIndex))));
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c1250 uint32_t tw; local
1263 tw = htonl(0); /* flags */
1264 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1272 tw = htonl(256*1024); /* block_size */
1273 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1275 tw = htonl(in_len);
1276 if (fwrite(&tw, sizeof(tw),
1374 uint32_t tw; local
[all...]

Completed in 49 milliseconds