Searched refs:PerspectiveFloatDepth (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h1965 { return PerspectiveFloatDepth(width, height, nearPlane, cs, true, bRotate); }
1978 { return PerspectiveFloatDepth(width, height, nearPlane, cs, false, bRotate); }
2125 static PVRTMat4 PerspectiveFloatDepth( function in struct:PVRTMat4
2200 if (bRotate) return PerspectiveFloatDepth(height, VERTTYPEDIV(height,aspect), nearPlane, cs, bRightHanded, bRotate);
2201 return PerspectiveFloatDepth(VERTTYPEMUL(height,aspect), height, nearPlane, cs, bRightHanded, bRotate);

Completed in 171 milliseconds