Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c116 GLboolean y_up; /*< TRUE -> Y increases upward */ member
195 int dst_stride, bool y_up) in osmesa_read_buffer()
210 if (y_up) { in osmesa_read_buffer()
401 osmesa_read_buffer(osmesa, res, osbuffer->map, dst_stride, osmesa->y_up); in osmesa_st_framebuffer_flush_front()
712 osmesa->y_up = GL_TRUE; in OSMesaCreateContextAttribs()
861 osmesa->y_up = value ? GL_TRUE : GL_FALSE; in OSMesaPixelStore()
894 *value = osmesa->y_up; in OSMesaGetIntegerv()
194 osmesa_read_buffer(OSMesaContext osmesa, struct pipe_resource *res, void *dst, int dst_stride, bool y_up) osmesa_read_buffer() argument
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c170 double x_up, y_up; member
816 if (w->tool.x_up && w->tool.y_up) { in draw_tablet()
817 cairo_rectangle(cr, w->tool.x_up - 10, w->tool.y_up - 10, 20, 20); in draw_tablet()
1659 w->tool.y_up = 0; in handle_event_tablet()
1680 w->tool.y_up = y; in handle_event_tablet()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs15704 let y_up = Weak::upgrade(&y).unwrap(); in into_from_weak_raw()
15705 assert_eq!(**y_up, "hello"); in into_from_weak_raw()
15706 drop(y_up); in into_from_weak_raw()
26586 let y_up = Weak::upgrade(&y).unwrap(); in into_from_weak_raw()
26587 assert_eq!(**y_up, "hello"); in into_from_weak_raw()
26588 drop(y_up); in into_from_weak_raw()
[all...]

Completed in 49 milliseconds