| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | bbox.h | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
| H A D | bbox.c | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) 45 ctx->PrimitiveBoundingBox[4] = maxX; 35 _mesa_PrimitiveBoundingBox(GLfloat minX,GLfloat minY,GLfloat minZ,GLfloat minW,GLfloat maxX,GLfloat maxY,GLfloat maxZ,GLfloat maxW) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | bbox.h | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
| H A D | bbox.c | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) 45 ctx->PrimitiveBoundingBox[4] = maxX; 35 _mesa_PrimitiveBoundingBox(GLfloat minX,GLfloat minY,GLfloat minZ,GLfloat minW,GLfloat maxX,GLfloat maxY,GLfloat maxZ,GLfloat maxW) argument
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_randr.c | 58 int maxX; member in struct:_GXRandRInfo 98 int maxX = 0, maxY = 0; local in function:GXRandRGetInfo 110 if (pRandr->maxX == 0 || pRandr->maxY == 0) { 111 if (maxX < mode->HDisplay) 112 maxX = mode->HDisplay; 136 if (pRandr->maxX == 0 || pRandr->maxY == 0) { 137 pRandr->maxX = maxX; 258 int maxX = 0, maxY = 0; local in function:GXRandRSetConfig 276 if (pRandr->maxX [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmwarectrl.c | 268 short maxX = 0; local in function:VMwareCtrlDoSetTopology 278 maxX = MAX(maxX, extents[i].x_org + extents[i].width); 282 VmwareLog(("DoSetTopology: %d %d\n", maxX, maxY)); 301 if (maxX == pVMWARE->ModeReg.svga_reg_width && 322 return VMwareCtrlDoSetRes(pScrn, maxX, maxY, FALSE);
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | monoChain.h | 50 Real minX, maxX, minY, maxY; member in class:monoChain
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 354 int maxX, int maxY, int maxPitch) 360 if (maxX <= 0) 361 maxX = MAXINT; 367 xf86ModeWidth(mode, RR_Rotate_0) > maxX || 370 xf86ModeWidth(mode, RR_Rotate_90) > maxX || 376 if (xf86ModeWidth(mode, RR_Rotate_0) > maxX || 377 xf86ModeWidth(mode, RR_Rotate_90) > maxX) 353 xf86ValidateModesSize(ScrnInfoPtr pScrn,DisplayModePtr modeList,int maxX,int maxY,int maxPitch) argument
|
| H A D | xf86RandR12.c | 52 int maxX; member in struct:_xf86RandR12Info 446 int maxX = 0, maxY = 0; local in function:xf86RandR12GetInfo 466 if (randrp->maxX == 0 || randrp->maxY == 0) 468 if (maxX < mode->HDisplay) 469 maxX = mode->HDisplay; 490 if (randrp->maxX == 0 || randrp->maxY == 0) 492 randrp->maxX = maxX; 590 int maxX = 0, maxY = 0; local in function:xf86RandR12SetConfig 604 if (randrp->maxX [all...] |
| H A D | xf86Modes.h | 77 int maxX, int maxY, int maxPitch);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 422 int maxX, int maxY, int maxPitch) 428 if (maxX <= 0) 429 maxX = MAXINT; 435 xf86ModeWidth(mode, RR_Rotate_0) > maxX || 438 xf86ModeWidth(mode, RR_Rotate_90) > maxX || 444 if (xf86ModeWidth(mode, RR_Rotate_0) > maxX || 445 xf86ModeWidth(mode, RR_Rotate_90) > maxX) 421 xf86ValidateModesSize(ScrnInfoPtr pScrn,DisplayModePtr modeList,int maxX,int maxY,int maxPitch) argument
|
| H A D | xf86Modes.h | 83 int maxX, int maxY, int maxPitch);
|
| H A D | xf86RandR12.c | 48 int maxX; member in struct:_xf86RandR12Info 460 int maxX = 0, maxY = 0; local in function:xf86RandR12GetInfo 478 if (randrp->maxX == 0 || randrp->maxY == 0) { 479 if (maxX < mode->HDisplay) 480 maxX = mode->HDisplay; 498 if (randrp->maxX == 0 || randrp->maxY == 0) { 499 randrp->maxX = maxX; 588 int maxX = 0, maxY = 0; local in function:xf86RandR12SetConfig 608 if (randrp->maxX [all...] |
| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | fonttosfnt.h | 92 int maxX; member in struct:_Metrics
|
| H A D | struct.c | 47 .pxMetrics.maxX = UNDEF, 60 .metrics.maxX = UNDEF,
|
| H A D | write.c | 215 font->metrics.maxX = -10000 * TWO_SIXTEENTH; 229 if(x1 > font->metrics.maxX) font->metrics.maxX = x1; 560 writeUSHORT(out, FONT_UNITS_CEIL(font->metrics.maxX)); 952 writeSHORT(out, FONT_UNITS_CEIL(font->metrics.maxX)); /* xMaxExtent */
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | mouse.h | 271 int maxX; member in struct:_MouseDevRec
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa.h | 149 * maxX controls the X coordinate limitation for rendering from the card. 150 * The driver should never receive a request for rendering beyond maxX 153 int maxX; member in struct:_ExaDriver 677 * nor maxPitchBytes is set, then maxPitchPixels is set to maxX. 678 * If set, it must not be smaller than maxX. 692 * If set, it must not be smaller than maxX * 4.
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_exa.c | 445 exa->maxX = 8192; 449 exa->maxX = 4096; 452 exa->maxX = 2048;
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | blade_exa.c | 317 ExaDriver->maxX = 2047;
|
| H A D | xp4_exa.c | 279 pExa->maxX = 4095;
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_exa.c | 237 pExa->maxX = 4096;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/ |
| H A D | glapi_dispatch.c | 154 GL_API void GL_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/ |
| H A D | glapi_dispatch.c | 150 GL_API void GL_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa.h | 150 * maxX controls the X coordinate limitation for rendering from the card. 151 * The driver should never receive a request for rendering beyond maxX 154 int maxX; member in struct:_ExaDriver 656 * nor maxPitchBytes is set, then maxPitchPixels is set to maxX. 657 * If set, it must not be smaller than maxX. 671 * If set, it must not be smaller than maxX * 4.
|