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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_generic.c 1028 const GLfloat *dstclip = VB->ClipPtr->data[edst]; local
1029 if (dstclip[3] != 0.0) {
1030 const GLfloat w = 1.0f / dstclip[3];
1033 pos[0] = dstclip[0] * w;
1034 pos[1] = dstclip[1] * w;
1035 pos[2] = dstclip[2] * w;
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1028 const GLfloat *dstclip = VB->ClipPtr->data[edst]; local
1029 if (dstclip[3] != 0.0) {
1030 const GLfloat w = 1.0f / dstclip[3];
1033 pos[0] = dstclip[0] * w;
1034 pos[1] = dstclip[1] * w;
1035 pos[2] = dstclip[2] * w;

Completed in 50 milliseconds