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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTShadowVol.cpp880 // dwClipFlagsA will be 0 or 4 if the screen edges are on the outside of
893 // dwClipFlagsA will be 0 or 18 if this is a silhouette edge of the bounding box
918 unsigned int dwClipFlagsA, dwClipFlagsB; local
923 dwClipFlagsA = 0; // Assume all are off-screen
933 dwClipFlagsA |= 1 << 0;
936 dwClipFlagsA |= 1 << 1;
939 dwClipFlagsA |= 1 << 2;
942 dwClipFlagsA |= 1 << 3;
945 dwClipFlagsA |= 1 << 4;
967 if((dwClipFlagsA | dwClipFlags
1158 unsigned int dwClipFlagsA, dwClipZCnt; local
[all...]

Completed in 40 milliseconds