Searched defs:tl (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dedging.c35 * @v tl top left corner
42 chtype ts, chtype bs, chtype tl,
49 _wputch(win,tl,WRAP);
41 wborder( WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br ) argument
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texdiff.c50 CRTextureLevel *tl = &(tobj->level[j]);
51 FILLDIRTY(tl->dirty);
59 CRTextureLevel *tl = &(tobj->level[j]);
60 FILLDIRTY(tl->dirty);
67 CRTextureLevel *tl;
69 tl = &(tobj->level[j]);
70 FILLDIRTY(tl->dirty);
72 tl = &(tobj->negativeXlevel[j]);
73 FILLDIRTY(tl->dirty);
75 tl
686 CRTextureLevel *tl = &(tobj->level[0][lvl]); local
731 CRTextureLevel *tl = &(tobj->level[0][lvl]); local
777 CRTextureLevel *tl = &(tobj->level[0][lvl]); local
826 CRTextureLevel *tl = &(tobj->level[0][lvl]); local
872 CRTextureLevel *tl = &(tobj->level[face][lvl]); local
[all...]
H A Dstate_teximage.c493 CRTextureLevel *tl; local
537 crStateGetTextureObjectAndImage(g, target, level, &tobj, &tl);
538 if (!tobj || !tl) {
545 if (xoffset < -tl->border || xoffset + width > tl->width) {
548 dims, xoffset, width, tl->width);
551 if (dims > 1 && (yoffset < -tl->border || yoffset + height > tl->height)) {
554 dims, yoffset, height, tl->height);
557 if (dims > 2 && (zoffset < -tl
579 CRTextureLevel *tl; local
686 CRTextureLevel *tl = NULL; local
731 CRTextureLevel *tl = NULL; local
868 CRTextureLevel *tl = NULL; local
966 CRTextureLevel *tl = tobj->level[0] + level; local
1016 CRTextureLevel *tl; local
1112 CRTextureLevel *tl = tobj->level[0] + level; local
1190 CRTextureLevel *tl; local
1270 CRTextureLevel *tl = NULL; local
1351 CRTextureLevel *tl = NULL; local
1434 CRTextureLevel *tl = tobj->level[0] + level; local
1491 CRTextureLevel *tl = tobj->level[0] + level; local
1553 CRTextureLevel *tl = tobj->level[0] + level; local
1608 CRTextureLevel *tl; local
1652 CRTextureLevel *tl; local
[all...]
H A Dstate_texture.c221 CRTextureLevel *tl = &(tobj->level[face][i]); local
222 tl->internalFormat = GL_ONE;
223 tl->format = GL_RGBA;
224 tl->type = GL_UNSIGNED_BYTE;
225 crStateTextureInitTextureFormat( tl, tl->internalFormat );
390 crStateTextureInitTextureFormat( CRTextureLevel *tl, GLenum internalFormat ) argument
401 tl->texFormat = &_texformat_rgba8888;
412 tl->texFormat = &_texformat_rgb888;
422 tl
600 CRTextureLevel *tl = levels + k; local
1115 CRTextureLevel *tl = NULL; local
3007 CRTextureLevel *tl; local
3159 CRTextureLevel *tl; local
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dipcp.c859 u32_t tl, ciaddr1; /* Parsed address values */ local
915 GETLONG(tl, p); /* Parse source address (his) */
916 ciaddr1 = htonl(tl);
923 tl = ntohl(wo->hisaddr);
924 PUTLONG(tl, p);
939 GETLONG(tl, p); /* Parse desination address (ours) */
940 ciaddr2 = htonl(tl);
947 tl = ntohl(wo->ouraddr);
948 PUTLONG(tl, p);
979 GETLONG(tl,
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dipcp.c880 u32_t tl, ciaddr1; /* Parsed address values */ local
936 GETLONG(tl, p); /* Parse source address (his) */
937 ciaddr1 = htonl(tl);
944 tl = ntohl(wo->hisaddr);
945 PUTLONG(tl, p);
960 GETLONG(tl, p); /* Parse desination address (ours) */
961 ciaddr2 = htonl(tl);
968 tl = ntohl(wo->ouraddr);
969 PUTLONG(tl, p);
1000 GETLONG(tl,
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c789 CRTextureLevel *tl; local
870 tl = tobj->level[0];
871 pTex->width = tl->width;
872 pTex->height = tl->height;
991 CRTextureLevel *tl = 0; local
999 tl = &tobj->level[0][0];
1000 crDebug("Texture %i(hw %i), w=%i, h=%i", tobj->id, tobj->hwid, tl->width, tl->height, tl->depth);
1033 CRASSERT(width == tl
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h527 chtype tl, chtype tr, chtype bl, chtype br ) {
528 return wborder ( stdscr, ls, rs, ts, bs, tl, tr, bl, br );
526 border( chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br ) argument
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 51 milliseconds