Searched refs:outstride (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_dotprod_tmp.h34 GLuint outstride,
46 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
54 GLuint outstride,
67 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
76 GLuint outstride,
88 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_dotprod_tmp.h34 GLuint outstride,
46 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
54 GLuint outstride,
67 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
76 GLuint outstride,
88 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmapdesc.cc454 Mapdesc::xformSampling( REAL *pts, int order, int stride, REAL *sp, int outstride ) argument
456 xformMat( smat, pts, order, stride, sp, outstride );
460 Mapdesc::xformBounding( REAL *pts, int order, int stride, REAL *sp, int outstride ) argument
462 xformMat( bmat, pts, order, stride, sp, outstride );
472 Mapdesc::xformCulling( REAL *pts, int order, int stride, REAL *cp, int outstride ) argument
474 xformMat( cmat, pts, order, stride, cp, outstride );
523 int outstride )
529 cp += outstride;
535 cp += outstride;
517 xformMat(Maxmatrix mat,REAL * pts,int order,int stride,REAL * cp,int outstride) argument

Completed in 5 milliseconds