Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Domap-wbm2m.cpp31 static unsigned get_bar_pos(DumbFramebuffer* fb, unsigned frame_num) in get_bar_pos() function
44 int pos = get_bar_pos(fb, frame_num); in read_frame()
Domap-wbcap.cpp191 static unsigned get_bar_pos(DumbFramebuffer* fb, unsigned frame_num) in get_bar_pos() function in BarFlipState
198 int old_xpos = frame_num < s_num_buffers ? -1 : get_bar_pos(fb, frame_num - s_num_buffers); in draw_bar()
199 int new_xpos = get_bar_pos(fb, frame_num); in draw_bar()
Dkmstest.cpp969 static unsigned get_bar_pos(Framebuffer* fb, unsigned frame_num) in get_bar_pos() function in FlipState
976 int old_xpos = frame_num < s_num_buffers ? -1 : get_bar_pos(fb, frame_num - s_num_buffers); in draw_bar()
977 int new_xpos = get_bar_pos(fb, frame_num); in draw_bar()