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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMisc.h26 void PVRTMiscCalculateIntersectionLinePlane(
H A DPVRTMisc.cpp30 @Function PVRTMiscCalculateIntersectionLinePlane
39 void PVRTMiscCalculateIntersectionLinePlane( function
189 PVRTMiscCalculateIntersectionLinePlane(pvPolyPtr, &pvPlane->x, &pvWorld[nVert+1], &pvWorld[nVert]);
201 PVRTMiscCalculateIntersectionLinePlane(pvPolyPtr, &pvPlane->x, pFrom, &pvWorld[nVert]);
223 PVRTMiscCalculateIntersectionLinePlane(pvPolyPtr, &pvPlane->x, &pvWorld[nVert+1], &pvWorld[nVert]);

Completed in 209 milliseconds