HomeSort by: relevance | last modified time | path
    Searched refs:nx (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
mycode.cc 45 float nx = -x; local
46 int ix = (int) nx;
58 float nx = -x; local
59 int ix = (int) nx;
60 if( nx == (float) ix ) return x;
  /xsrc/external/mit/ctwm/dist/
windowbox.h 13 int x, int y, int *nx, int *ny);
windowbox.c 118 void ConstrainedToWinBox(TwmWindow *twmwin, int x, int y, int *nx, int *ny)
122 *nx = x;
126 *nx = 0;
132 *nx = attr.width - 1;
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
bitmap.c 47 static const GLfloat nx[3] = {-1.2, 0, 0}; local
75 glRasterPos3fv(nx);
100 glTexCoord2f(0, 0); glVertex3fv(nx);
101 glTexCoord2f(1, 0); glVertex3fv(nx);
102 glTexCoord2f(1, 1); glVertex3fv(nx);
103 glTexCoord2f(0, 1); glVertex3fv(nx);
233 const char *nx = local
244 MakeTexImage(nx, Textures[1]);
  /xsrc/external/mit/pixman/dist/pixman/
pixman-trap.c 107 int nx = (ne + e->dy - 1) / e->dy; local
108 e->e = ne - nx * (pixman_fixed_48_16_t) e->dy;
109 e->x += nx * e->signdx;
116 int nx = (-ne) / e->dy; local
117 e->e = ne + nx * (pixman_fixed_48_16_t) e->dy;
118 e->x -= nx * e->signdx;
141 int nx = ne / e->dy; local
142 ne -= nx * (pixman_fixed_48_16_t)e->dy;
143 stepx += nx * e->signdx;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_resource.h 37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
nv50_miptree.c 32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d)
64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_resource.h 37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
nv50_miptree.c 32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d)
64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
  /xsrc/external/mit/xorg-server/dist/mi/
miwindow.c 359 int nx, ny; /* destination x,y */ local
475 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
492 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
494 dx = (oldx - nx) - offx;
516 RegionTranslate(pRegion, nx - oldx, ny - oldy);
527 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
547 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
549 oldpt.x = oldx + (x - nx);
mioverlay.c 1083 int nx, ny; /* destination x,y */ local
1224 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
1244 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1246 dx = (oldx - nx) - offx;
1269 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1276 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny);
1291 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1302 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
1322 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1324 oldpt.x = oldx + (x - nx);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
miwindow.c 383 int nx, ny; /* destination x,y */ local
513 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
533 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
535 dx = (oldx - nx) - offx;
560 RegionTranslate(pRegion, nx - oldx, ny - oldy);
573 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
595 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
597 oldpt.x = oldx + (x - nx);
mioverlay.c 1131 int nx, ny; /* destination x,y */ local
1280 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
1300 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1302 dx = (oldx - nx) - offx;
1327 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1335 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny);
1351 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1363 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
1383 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1385 oldpt.x = oldx + (x - nx);
    [all...]
  /xsrc/external/mit/xmh/dist/
popup.c 134 Position nx, ny; local
145 nx = (GetWidth(widget) - GetWidth(popup)) / 2;
147 if (nx < 0) nx = 0;
149 XtTranslateCoords(widget, nx, ny, &x, &y);
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
torus.c 46 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz)
48 n[0] = nx;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c 35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d)
37 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
glapi_dispatch.c 134 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
es1_conversion.h 130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
glapi_dispatch.c 138 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
api_loopback.h 121 _mesa_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz );
123 _mesa_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz );
125 _mesa_Normal3i( GLint nx, GLint ny, GLint nz );
127 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz );
es1_conversion.h 130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
  /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
marshal_generated1.c 1522 GLbyte nx; member in struct:marshal_cmd_Normal3b
1529 GLbyte nx = cmd->nx; local
1532 CALL_Normal3b(ctx->CurrentServerDispatch, (nx, ny, nz));
1538 _mesa_marshal_Normal3b(GLbyte nx, GLbyte ny, GLbyte nz)
1544 cmd->nx = nx;
1580 GLdouble nx; member in struct:marshal_cmd_Normal3d
1587 GLdouble nx = cmd->nx; local
1638 GLfloat nx; member in struct:marshal_cmd_Normal3f
1645 GLfloat nx = cmd->nx; local
1696 GLint nx; member in struct:marshal_cmd_Normal3i
1703 GLint nx = cmd->nx; local
1754 GLshort nx; member in struct:marshal_cmd_Normal3s
1761 GLshort nx = cmd->nx; local
    [all...]
  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
insurfeval.cc 192 float nx = cos(v) * sin(u); local
195 float x= Ox+r * nx;
199 temp_normal[0] = nx;
206 // glNormal3f(nx,ny,nz);
216 float nx = cos(v); local
219 float x= Ox+r * nx;
223 temp_normal[0] = nx;
231 glNormal3f(nx,ny,nz);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c 35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d)
37 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
  /xsrc/external/mit/MesaLib/src/mapi/es1api/
glapi_mapi_tmp.h 110 GLAPI void APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
111 GLAPI void APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
841 GLAPI void APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz)
845 ((void (APIENTRY *)(GLfloat nx, GLfloat ny, GLfloat nz)) _func)(nx, ny, nz);
848 GLAPI void APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz)
852 ((void (APIENTRY *)(GLfixed nx, GLfixed ny, GLfixed nz)) _func)(nx, ny, nz);

Completed in 49 milliseconds

1 2 3