Home
last modified time | relevance | path

Searched refs:test_idx (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c5258 MS_U8 test_idx = 0; in MDrv_GE_BitbltPerformance() local
5384 rect_w = test_rect_w[test_idx]; in MDrv_GE_BitbltPerformance()
5385 rect_h = test_rect_h[test_idx]; in MDrv_GE_BitbltPerformance()
5743 test_idx++; in MDrv_GE_BitbltPerformance()
5745 if(test_idx == MAX_TEST_NUM) in MDrv_GE_BitbltPerformance()
5754 rect_w = test_rect_w[test_idx]; in MDrv_GE_BitbltPerformance()
5755 rect_h = test_rect_h[test_idx]; in MDrv_GE_BitbltPerformance()
5769 …GE_D_INFO(" Test Case :%d Rect [ %d x %d ] to [%d x %d]\n",test_idx,rect_w,rect_h,stretch_w,stretc… in MDrv_GE_BitbltPerformance()