HomeSort by relevance Sort by last modified time
    Searched defs:pPoint (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 233 float* pPoint = gVertexBuffer;
242 VectorMA (point, frame->left, right, pPoint);
243 pPoint += 3;
246 VectorMA (point, frame->left, right, pPoint);
247 pPoint += 3;
250 VectorMA (point, frame->right, right, pPoint);
251 pPoint += 3;
254 VectorMA (point, frame->right, right, pPoint);
    [all...]
  /gdk/samples/quake/jni/
gl_rmain.cpp 233 float* pPoint = gVertexBuffer;
242 VectorMA (point, frame->left, right, pPoint);
243 pPoint += 3;
246 VectorMA (point, frame->left, right, pPoint);
247 pPoint += 3;
250 VectorMA (point, frame->right, right, pPoint);
251 pPoint += 3;
254 VectorMA (point, frame->right, right, pPoint);
    [all...]

Completed in 68 milliseconds