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

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
render2swap.c 98 GLint uorder, vorder, ustride, vstride, k; local
123 ustride = vorder * k;
182 GLint uorder, vorder, ustride, vstride, k, compsize; local
211 ustride = vorder * k;
  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
glcurveval.h 60 int ustride; member in struct:curveEvalMachine
119 int ustride,
bezierPatchMesh.cc 100 bezierPatchMesh *bezierPatchMeshMake(int maptype, float umin, float umax, int ustride, int uorder, float vmin, float vmax, int vstride, int vorder, float *ctlpoints, int size_UVarray, int size_length_array)
128 ret->bpatch->ctlpoints[i * the_ustride + j*the_vstride+k] = ctlpoints[i*ustride+j*vstride+k];
183 void bezierPatchMeshPutPatch(bezierPatchMesh *bpm, int maptype, float umin, float umax, int ustride, int uorder, float vmin, float vmax, int vstride, int vorder, float *ctlpoints)
187 bpm->bpatch = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 3, ustride, vstride, ctlpoints);
190 bpm->bpatch = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 4,ustride, vstride, ctlpoints );
193 bpm->bpatch_normal = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 3, ustride, vstride, ctlpoints);
196 bpm->bpatch_color = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 1, ustride, vstride, ctlpoints);
199 bpm->bpatch_color = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 4, ustride, vstride, ctlpoints);
202 bpm->bpatch_texcoord = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 1, ustride, vstride, ctlpoints);
205 bpm->bpatch_texcoord = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 2, ustride, vstride, ctlpoints)
490 int ustride = dimension * vorder; local
    [all...]
glsurfeval.h 69 int ustride; member in struct:surfEvalMachine
288 int ustride,
366 int ustride,
insurfeval.cc 252 int ustride = bpm->bpatch->dimension * bpm->bpatch->vorder; local
258 ustride,
447 int ustride,
470 global_ev_ustride = ustride;
486 ctlPoints += ustride - vstride * vorder;
1543 int ustride,
1580 temp_em->ustride = ustride;
1596 ctlPoints += ustride - vstride * vorder;
1831 int ustride; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/glx/
render2.c 60 GLint uorder, vorder, ustride, vstride, k; local
74 ustride = vorder * k;
77 glMap2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points);
130 GLint uorder, vorder, ustride, vstride, k; local
157 ustride = vorder * k;
175 glMap2d(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points);
render2swap.c 78 GLint uorder, vorder, ustride, vstride, k; local
104 ustride = vorder * k;
116 glMap2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points);
171 GLint uorder, vorder, ustride, vstride, k, compsize; local
202 ustride = vorder * k;
220 glMap2d(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points);
  /xsrc/external/mit/xorg-server.old/dist/glx/
render2.c 63 GLint uorder, vorder, ustride, vstride, k; local
77 ustride = vorder * k;
80 CALL_Map2f( GET_DISPATCH(), (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points) ); local
128 GLint uorder, vorder, ustride, vstride, k; local
153 ustride = vorder * k;
170 CALL_Map2d( GET_DISPATCH(), (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points) ); local
render2swap.c 79 GLint uorder, vorder, ustride, vstride, k; local
104 ustride = vorder * k;
115 CALL_Map2f( GET_DISPATCH(), (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points) ); local
165 GLint uorder, vorder, ustride, vstride, k, compsize; local
194 ustride = vorder * k;
211 CALL_Map2d( GET_DISPATCH(), (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points) ); local
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
eval.c 155 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder,
167 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
179 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder,
191 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
211 GLint ustride, GLint uorder,
237 uinc = ustride - vorder*vstride;
254 GLint ustride, GLint uorder,
280 uinc = ustride - vorder*vstride;
303 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride,
332 if (ustride < k)
484 map2(target, (GLfloat) u1, (GLfloat) u2, ustride, uorder, local
    [all...]
dlist.c 3278 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder,
3287 GLfloat *pnts = _mesa_copy_map_points2d(target, ustride, uorder,
3295 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */
3303 u1, u2, ustride, uorder,
3311 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder,
3320 GLfloat *pnts = _mesa_copy_map_points2f(target, ustride, uorder,
3328 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */
3335 CALL_Map2f(ctx->Exec, (target, u1, u2, ustride, uorder,
11512 GLint ustride = _mesa_evaluator_components(target); local
11516 CALL_Map1f(ctx->Exec, (target, u1, u2, ustride, uorder
11527 GLint ustride = n[6].i; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
eval.c 156 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder,
168 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
180 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder,
192 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
212 GLint ustride, GLint uorder,
238 uinc = ustride - vorder*vstride;
255 GLint ustride, GLint uorder,
281 uinc = ustride - vorder*vstride;
304 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride,
333 if (ustride < k)
483 map2(target, (GLfloat) u1, (GLfloat) u2, ustride, uorder, local
    [all...]
dlist.c 3223 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder,
3232 GLfloat *pnts = _mesa_copy_map_points2d(target, ustride, uorder,
3240 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */
3248 u1, u2, ustride, uorder,
3256 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder,
3265 GLfloat *pnts = _mesa_copy_map_points2f(target, ustride, uorder,
3273 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */
3280 CALL_Map2f(ctx->Exec, (target, u1, u2, ustride, uorder,
9575 GLint ustride = _mesa_evaluator_components(target); local
9579 CALL_Map1f(ctx->Exec, (target, u1, u2, ustride, uorder
9590 GLint ustride = n[6].i; local
    [all...]

Completed in 21 milliseconds