Searched refs:nx (Results 1 - 25 of 76) sorted by relevance

1234

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmycode.cc45 float nx = -x; local in function:ceilf
46 int ix = (int) nx;
58 float nx = -x; local in function:floorf
59 int ix = (int) nx;
60 if( nx == (float) ix ) return x;
/xsrc/external/mit/ctwm/dist/
H A Dwindowbox.h13 int x, int y, int *nx, int *ny);
H A Dwindowbox.c118 void ConstrainedToWinBox(TwmWindow *twmwin, int x, int y, int *nx, int *ny) argument
122 *nx = x;
126 *nx = 0;
132 *nx = attr.width - 1;
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dbitmap.c47 static const GLfloat nx[3] = {-1.2, 0, 0}; local in function:Redisplay
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 in function:MakeBitmapTextures
244 MakeTexImage(nx, Textures[1]);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-trap.c107 int nx = (ne + e->dy - 1) / e->dy; local in function:pixman_edge_step
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 in function:pixman_edge_step
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 in function:_pixman_edge_multi_init
142 ne -= nx * (pixman_fixed_48_16_t)e->dy;
143 stepx += nx * e->signdx;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.h37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, argument
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.h37 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz,
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, argument
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwindow.c383 int nx, ny; /* destination x,y */ local in function:miSlideAndSizeWindow
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);
H A Dmioverlay.c1131 int nx, ny; /* destination x,y */ local in function:miOverlayResizeWindow
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/xorg-server/dist/mi/
H A Dmiwindow.c359 int nx, ny; /* destination x,y */ local in function:miResizeWindow
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);
H A Dmioverlay.c1083 int nx, ny; /* destination x,y */ local in function:miOverlayResizeWindow
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/xmh/dist/
H A Dpopup.c134 Position nx, ny; local in function:CenterPopupPosition
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/
H A Dtorus.c46 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument
48 n[0] = nx;
H A Dpbuffer.c32 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument
34 n[0] = nx;
H A Drender_tex.c35 Normal(GLfloat *n, GLfloat nx, GLfloat ny, GLfloat nz) argument
37 n[0] = nx;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
37 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_loopback.h121 _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 );
H A Des1_conversion.h130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi_dispatch.c138 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi_dispatch.c134 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Des1_conversion.h130 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated1.c1522 GLbyte nx; member in struct:marshal_cmd_Normal3b
1529 GLbyte nx = cmd->nx; local in function:_mesa_unmarshal_Normal3b
1532 CALL_Normal3b(ctx->CurrentServerDispatch, (nx, ny, nz));
1538 _mesa_marshal_Normal3b(GLbyte nx, GLbyte ny, GLbyte nz) argument
1544 cmd->nx = nx;
1580 GLdouble nx; member in struct:marshal_cmd_Normal3d
1587 GLdouble nx = cmd->nx; local in function:_mesa_unmarshal_Normal3d
1596 _mesa_marshal_Normal3d(GLdouble nx,GLdouble ny,GLdouble nz) argument
1638 GLfloat nx; member in struct:marshal_cmd_Normal3f
1645 GLfloat nx = cmd->nx; local in function:_mesa_unmarshal_Normal3f
1654 _mesa_marshal_Normal3f(GLfloat nx,GLfloat ny,GLfloat nz) argument
1696 GLint nx; member in struct:marshal_cmd_Normal3i
1703 GLint nx = cmd->nx; local in function:_mesa_unmarshal_Normal3i
1712 _mesa_marshal_Normal3i(GLint nx,GLint ny,GLint nz) argument
1754 GLshort nx; member in struct:marshal_cmd_Normal3s
1761 GLshort nx = cmd->nx; local in function:_mesa_unmarshal_Normal3s
1770 _mesa_marshal_Normal3s(GLshort nx,GLshort ny,GLshort nz) argument
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A Dinsurfeval.cc192 float nx = cos(v) * sin(u); local in function:gTessVertexSphere
195 float x= Ox+r * nx;
199 temp_normal[0] = nx;
206 // glNormal3f(nx,ny,nz);
216 float nx = cos(v); local in function:gTessVertexCyl
219 float x= Ox+r * nx;
223 temp_normal[0] = nx;
231 glNormal3f(nx,ny,nz);

Completed in 35 milliseconds

1234