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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 59 * Declare "int divtemp" before using.
63 #define DIV255(X) (divtemp = (X), ((divtemp << 8) + divtemp + 256) >> 16)
146 GLint divtemp; local
430 GLint divtemp; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 59 * Declare "int divtemp" before using.
63 #define DIV255(X) (divtemp = (X), ((divtemp << 8) + divtemp + 256) >> 16)
146 GLint divtemp; local
430 GLint divtemp; local
    [all...]

Completed in 67 milliseconds