Searched refs:maxX (Results 1 - 25 of 91) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dbbox.h37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
H A Dbbox.c37 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 Dbbox.h37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
H A Dbbox.c37 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 Dgx_randr.c58 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 Dvmwarectrl.c268 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 DmonoChain.h50 Real minX, maxX, minY, maxY; member in class:monoChain
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Modes.c354 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 Dxf86RandR12.c52 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 Dxf86Modes.h77 int maxX, int maxY, int maxPitch);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c422 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 Dxf86Modes.h83 int maxX, int maxY, int maxPitch);
H A Dxf86RandR12.c48 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 Dfonttosfnt.h92 int maxX; member in struct:_Metrics
H A Dstruct.c47 .pxMetrics.maxX = UNDEF,
60 .metrics.maxX = UNDEF,
H A Dwrite.c215 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 Dmouse.h271 int maxX; member in struct:_MouseDevRec
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.h149 * 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 Dnouveau_exa.c445 exa->maxX = 8192;
449 exa->maxX = 4096;
452 exa->maxX = 2048;
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dblade_exa.c317 ExaDriver->maxX = 2047;
H A Dxp4_exa.c279 pExa->maxX = 4095;
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_exa.c237 pExa->maxX = 4096;
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi_dispatch.c154 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 Dglapi_dispatch.c150 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 Dexa.h150 * 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.

Completed in 32 milliseconds

1234