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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 489 const GLfloat drdx = span->attrStepX[attr][2]; local
494 GLfloat r = span->attrStart[attr][2] + span->leftClip * drdx;
540 r += drdx;
557 r += drdx;
579 r += drdx;
595 r += drdx;
608 r += drdx;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 489 const GLfloat drdx = span->attrStepX[attr][2]; local
494 GLfloat r = span->attrStart[attr][2] + span->leftClip * drdx;
540 r += drdx;
557 r += drdx;
579 r += drdx;
595 r += drdx;
608 r += drdx;
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 459 GGLcolor drdx; member in struct:android::shade_t
  /system/core/libpixelflinger/
scanline.cpp 656 r = (xs * c->shade.drdx) + ci.ydrdy;
660 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
    [all...]
pixelflinger.cpp 236 c->shade.drdx = grad[ 1];

Completed in 9523 milliseconds