Searched defs:MinZ (Results 1 - 3 of 3) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
H A D | PVRTTrans.cpp | 44 VERTTYPE MinX, MaxX, MinY, MaxY, MinZ, MaxZ; local 49 MinZ=pV->z; MaxZ=pV->z; 63 if (pV[i].z < MinZ) MinZ = pV[i].z; 71 pBoundingBox->Point[0].z=MinZ; 81 pBoundingBox->Point[2].z=MinZ; 91 pBoundingBox->Point[4].z=MinZ; 101 pBoundingBox->Point[6].z=MinZ; 132 VERTTYPE MinX, MaxX, MinY, MaxY, MinZ, MaxZ; local 140 MinZ [all...] |
/external/swiftshader/include/Direct3D/ |
H A D | d3d8types.h | 97 float MinZ; /* Min/max of clip Volume */
member in struct:_D3DVIEWPORT8
|
/external/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 1764 float MinZ; member in struct:_D3DVIEWPORT9
|
Completed in 206 milliseconds