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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 380 const GLfloat dstWidthF = (GLfloat) dstWidth;
384 const GLfloat srcCol = (dstCol * srcWidth) / dstWidthF;
437 const GLfloat dstWidthF = (GLfloat) dstWidth;
441 const GLfloat srcCol = (dstCol * srcWidth) / dstWidthF;
  /external/mesa3d/src/mesa/swrast/
s_blit.c 380 const GLfloat dstWidthF = (GLfloat) dstWidth;
384 const GLfloat srcCol = (dstCol * srcWidth) / dstWidthF;
437 const GLfloat dstWidthF = (GLfloat) dstWidth;
441 const GLfloat srcCol = (dstCol * srcWidth) / dstWidthF;

Completed in 86 milliseconds