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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dbbox.c183 crProjectBBox(const GLfloat modl[16], const GLfloat proj[16], argument
189 /* compute product of modl and proj matrices */
190 m.m00 = proj[0] * modl[0] + proj[4] * modl[1] + proj[8] * modl[2] + proj[12] * modl[3];
191 m.m01 = proj[1] * modl[0] + proj[5] * modl[1] + proj[9] * modl[2] + proj[1
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c5506 BOOL proj; local
5513 proj = FALSE;
5518 proj = TRUE;
5523 proj = TRUE;
5529 if (proj)
5541 if (proj)
5553 if (proj)
5569 if (proj)

Completed in 60 milliseconds