Searched defs:projMatrix (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A Dglrenderer.cc141 useGLMatrices(const GLfloat modelMatrix[16],const GLfloat projMatrix[16],const GLint viewport[4]) argument
H A Dglinterface.cc235 gluLoadSamplingMatrices(GLUnurbs * r,const GLfloat modelMatrix[16],const GLfloat projMatrix[16],const GLint viewport[4]) argument
/xsrc/external/mit/glu/dist/src/libutil/
H A Dproject.c234 gluProject(GLdouble objx,GLdouble objy,GLdouble objz,const GLdouble modelMatrix[16],const GLdouble projMatrix[16],const GLint viewport[4],GLdouble * winx,GLdouble * winy,GLdouble * winz) argument
269 gluUnProject(GLdouble winx,GLdouble winy,GLdouble winz,const GLdouble modelMatrix[16],const GLdouble projMatrix[16],const GLint viewport[4],GLdouble * objx,GLdouble * objy,GLdouble * objz) argument
308 gluUnProject4(GLdouble winx,GLdouble winy,GLdouble winz,GLdouble clipw,const GLdouble modelMatrix[16],const GLdouble projMatrix[16],const GLint viewport[4],GLclampd nearVal,GLclampd farVal,GLdouble * objx,GLdouble * objy,GLdouble * objz,GLdouble * objw) argument

Completed in 4 milliseconds