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

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 1222 GLuint atten_const_flag = ( p&1 ) ? R200_LIGHT_1_CONSTANT_RANGE_ATTEN local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1007 GLuint atten_const_flag = ( p&1 ) ? RADEON_LIGHT_1_CONSTANT_RANGE_ATTEN local
1018 icmd[idx] |= ( atten_flag | atten_const_flag );
1021 icmd[idx] &= ~atten_const_flag;
    [all...]

Completed in 543 milliseconds