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 1225 GLuint atten_const_flag = ( p&1 ) ? R200_LIGHT_1_CONSTANT_RANGE_ATTEN local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1011 GLuint atten_const_flag = ( p&1 ) ? RADEON_LIGHT_1_CONSTANT_RANGE_ATTEN local
1022 icmd[idx] |= ( atten_flag | atten_const_flag );
1025 icmd[idx] &= ~atten_const_flag;
    [all...]

Completed in 72 milliseconds