Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Dwbm2m.cpp29 static unsigned get_bar_pos(DumbFramebuffer* fb, unsigned frame_num) in get_bar_pos() function
42 int pos = get_bar_pos(fb, frame_num); in read_frame()
Dwbcap.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.cpp945 static unsigned get_bar_pos(Framebuffer* fb, unsigned frame_num) in get_bar_pos() function in FlipState
952 int old_xpos = frame_num < s_num_buffers ? -1 : get_bar_pos(fb, frame_num - s_num_buffers); in draw_bar()
953 int new_xpos = get_bar_pos(fb, frame_num); in draw_bar()