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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 125 GLuint ModeA:5; /**< MODE_x */
459 key->unit[i].ModeA =
460 translate_mode(texUnit->EnvMode, comb->ModeA);
824 else if (need_saturate(key->unit[unit].ModeA))
835 if (key->unit[unit].ModeRGB == key->unit[unit].ModeA &&
873 key->unit[unit].ModeA,
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 125 GLuint ModeA:5; /**< MODE_x */
459 key->unit[i].ModeA =
460 translate_mode(texUnit->EnvMode, comb->ModeA);
824 else if (need_saturate(key->unit[unit].ModeA))
835 if (key->unit[unit].ModeRGB == key->unit[unit].ModeA &&
873 key->unit[unit].ModeA,
    [all...]
mtypes.h     [all...]

Completed in 210 milliseconds