Searched refs:rowAg0 (Results 1 – 1 of 1) sorted by relevance
497 const GLint rowAg0 = (rowA[j] >> 5) & 0x3f; in do_row() local506 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()522 const GLint rowAg0 = (rowA[j] >> 4) & 0xf; in do_row() local535 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()552 const GLint rowAg0 = (rowA[j] >> 5) & 0x1f; in do_row() local565 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()582 const GLint rowAg0 = (rowA[j] >> 6) & 0x1f; in do_row() local595 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()613 const GLint rowAg0 = (rowA[j] >> 2) & 0x7; in do_row() local622 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()[all …]