HomeSort by: relevance | last modified time | path
    Searched defs:maxX (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
monoChain.h 50 Real minX, maxX, minY, maxY;
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmwarectrl.c 268 short maxX = 0;
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/xf86-video-geode/dist/src/
gx_randr.c 58 int maxX;
98 int maxX = 0, maxY = 0;
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;
276 if (pRandr->maxX == 0 || pRandr->maxY == 0)
    [all...]
  /xsrc/external/mit/xorg-server/dist/exa/
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;
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.
  /xsrc/external/mit/xorg-server.old/dist/exa/
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;
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/fonttosfnt/dist/
fonttosfnt.h 92 int maxX;
  /xsrc/external/mit/xf86-input-mouse/dist/src/
mouse.h 271 int maxX;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86RandR12.c 52 int maxX;
446 int maxX = 0, maxY = 0;
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;
604 if (randrp->maxX == 0 || randrp->maxY == 0
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
rasterizer_impl.h 1240 uint32_t maxX = maxTileX;
1261 for (uint32_t tileX = tX; tileX <= maxX; ++tileX)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86RandR12.c 48 int maxX;
460 int maxX = 0, maxY = 0;
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;
608 if (randrp->maxX == 0 || randrp->maxY == 0)
    [all...]
  /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
marshal_generated5.c 157 GLfloat maxX;
169 GLfloat maxX = cmd->maxX;
173 CALL_PrimitiveBoundingBox(ctx->CurrentServerDispatch, (minX, minY, minZ, minW, maxX, maxY, maxZ, maxW));
179 _mesa_marshal_PrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
189 cmd->maxX = maxX;
  /xsrc/external/mit/MesaLib.old/src/mapi/glapi/
marshal_generated.c 30336 GLfloat maxX;
30348 const GLfloat maxX = cmd->maxX;
30352 CALL_PrimitiveBoundingBox(ctx->CurrentServerDispatch, (minX, minY, minZ, minW, maxX, maxY, maxZ, maxW));
30355 _mesa_marshal_PrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
30367 cmd->maxX = maxX;
30377 CALL_PrimitiveBoundingBox(ctx->CurrentServerDispatch, (minX, minY, minZ, minW, maxX, maxY, maxZ, maxW));
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 10501 float maxX;

Completed in 99 milliseconds