HomeSort by relevance Sort by last modified time
    Searched defs:clipPlane (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/src/Renderer/
Clipper.cpp 66 if(draw.clipFlags & CLIP_PLANE0) clipPlane(polygon, data.clipPlane[0]);
68 if(draw.clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]);
70 if(draw.clipFlags & CLIP_PLANE2) clipPlane(polygon, data.clipPlane[2]);
72 if(draw.clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]);
74 if(draw.clipFlags & CLIP_PLANE4) clipPlane(polygon, data.clipPlane[4])
    [all...]
Renderer.hpp 187 Plane clipPlane[6];
449 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space
  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.hpp 136 float clipPlane[6][4];
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 187 float clipPlane[6][4];
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp     [all...]

Completed in 71 milliseconds