Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/vr/
H A DOpenVRUtils.h50 void MatrixFastInverseGLGL(float const srcGL44[], float dstGL44[]);
H A DOpenVRUtils.cpp179 void MatrixFastInverseGLGL(float const srcGL44[], float dstGL44[]) in MatrixFastInverseGLGL() argument
181 float const (*src)[4] = (float const (*)[4])srcGL44; in MatrixFastInverseGLGL()