Searched defs:emit_matrix_transform_vec4 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c653 static void emit_matrix_transform_vec4( struct tnl_program *p, function
740 emit_matrix_transform_vec4(p, p->eye_position, modelview, pos);
845 emit_matrix_transform_vec4( p, hpos, mvp, pos );
1506 emit_matrix_transform_vec4( p, out, texmat, in );
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c653 static void emit_matrix_transform_vec4( struct tnl_program *p, function
740 emit_matrix_transform_vec4(p, p->eye_position, modelview, pos);
845 emit_matrix_transform_vec4( p, hpos, mvp, pos );
1506 emit_matrix_transform_vec4( p, out, texmat, in );

Completed in 36 milliseconds