HomeSort by relevance Sort by last modified time
    Searched full:vecs (Results 26 - 39 of 39) sorted by null

12

  /external/quake/quake/src/QW/client/
r_surf.c 98 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
99 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
gl_model.c 657 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
658 len1 = Length (out->vecs[0]);
659 len2 = Length (out->vecs[1]);
728 val = v->position[0] * tex->vecs[j][0] +
729 v->position[1] * tex->vecs[j][1] +
730 v->position[2] * tex->vecs[j][2] +
731 tex->vecs[j][3];
    [all...]
model.c 648 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
649 len1 = Length (out->vecs[0]);
650 len2 = Length (out->vecs[1]);
719 val = v->position[0] * tex->vecs[j][0] +
720 v->position[1] * tex->vecs[j][1] +
721 v->position[2] * tex->vecs[j][2] +
722 tex->vecs[j][3];
    [all...]
gl_model.h 111 float vecs[2][4]; member in struct:__anon4989
model.h 107 float vecs[2][4]; member in struct:__anon5019
  /external/quake/quake/src/WinQuake/
r_surf.cpp 98 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
99 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
gl_model.cpp 657 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
658 len1 = Length (out->vecs[0]);
659 len2 = Length (out->vecs[1]);
728 val = v->position[0] * tex->vecs[j][0] +
729 v->position[1] * tex->vecs[j][1] +
730 v->position[2] * tex->vecs[j][2] +
731 tex->vecs[j][3];
    [all...]
model.cpp 666 out->vecs[0][j] = LittleFloat (in->vecs[0][j]);
667 len1 = Length (out->vecs[0]);
668 len2 = Length (out->vecs[1]);
737 val = v->position[0] * tex->vecs[j][0] +
738 v->position[1] * tex->vecs[j][1] +
739 v->position[2] * tex->vecs[j][2] +
740 tex->vecs[j][3];
    [all...]
bspfile.h 174 float vecs[2][4]; // [s/t][xyz offset] member in struct:texinfo_s
gl_model.h 107 float vecs[2][4]; member in struct:__anon5352
model.h 96 float vecs[2][4]; member in struct:__anon5379
WinQuake.ncb     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix.java 869 * @param vecs The array [x0, y0, x1, y1, ...] of vectors to transform.
872 public void mapVectors(float[] vecs) {
873 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1);
    [all...]
  /bionic/linker/
linker.c 2038 unsigned *vecs = (unsigned*) (argv + argc + 1); local
    [all...]

Completed in 489 milliseconds

12