Home
last modified time | relevance | path

Searched refs:last_height (Results 1 - 3 of 3) sorted by relevance

/third_party/glfw/tests/
H A Dwindow.c55 int last_width = INT_MIN, last_height = INT_MIN; in main() local
96 glfwGetWindowSize(window, &last_width, &last_height); in main()
98 sprintf(height_buffer, "%i", last_height); in main()
268 else if (height != last_height || (events & NK_EDIT_DEACTIVATED)) in main()
272 last_height = height; in main()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.h53 unsigned last_height; member
H A Dradeon_vcn_dec.c585 dec->last_width == dec->base.width && dec->last_height == dec->base.height) in get_vp9_msg()
693 dec->last_height = dec->base.height; in get_vp9_msg()

Completed in 6 milliseconds