Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltransformation.c551 graphene_vec2_t screen_coord; in _screen_coord_to_world_ray() local
554 graphene_vec2_init (&screen_coord, (2. * x / w - 1.) / transformation->aspect, in _screen_coord_to_world_ray()
557 graphene_point3d_init (&ray_clip, graphene_vec2_get_x (&screen_coord), in _screen_coord_to_world_ray()
558 graphene_vec2_get_y (&screen_coord), -1.); in _screen_coord_to_world_ray()
584 VEC2_ARGS (&screen_coord), in _screen_coord_to_world_ray()