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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatriangle.c 57 const GLfloat qz = z2 - z0; local
60 const GLfloat a = py * qz - pz * qy;
61 const GLfloat b = pz * qx - px * qz;
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 57 const GLfloat qz = z2 - z0; local
60 const GLfloat a = py * qz - pz * qy;
61 const GLfloat b = pz * qx - px * qz;

Completed in 5111 milliseconds