Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dclip.c48 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane()
83 _mesa_transform_vector( equation, equation, in _mesa_ClipPlane()
H A Dtexgen.c167 _mesa_transform_vector(tmp, params, in texgenfv()
H A Dmatrix.c952 _mesa_transform_vector(ctx->Transform._ClipUserPlane[p], in update_projection()
/aosp_15_r20/external/mesa3d/src/mesa/math/
H A Dm_matrix.h193 _mesa_transform_vector(GLfloat u[4], const GLfloat v[4], const GLfloat m[16]);
H A Dm_matrix.c1390 _mesa_transform_vector( GLfloat u[4], const GLfloat v[4], const GLfloat m[16] ) in _mesa_transform_vector() function