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

  /external/swiftshader/src/Pipeline/
VertexRoutine.hpp 49 Int clipFlags;
  /external/swiftshader/src/Shader/
VertexRoutine.hpp 49 Int clipFlags;
  /external/swiftshader/src/Device/
Clipper.cpp 54 int clipFlags = draw.clipFlags;
58 if(clipFlags & CLIP_PLANE0) clipPlane(polygon, data.clipPlane[0]);
60 if(clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]);
62 if(clipFlags & CLIP_PLANE2) clipPlane(polygon, data.clipPlane[2]);
64 if(clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]);
66 if(clipFlags & CLIP_PLANE4) clipPlane(polygon, data.clipPlane[4]);
68 if(clipFlags & CLIP_PLANE5) clipPlane(polygon, data.clipPlane[5]);
Renderer.hpp 368 int clipFlags;
474 AtomicInt clipFlags;
  /external/swiftshader/src/Renderer/
Clipper.cpp 63 int clipFlags = draw.clipFlags;
67 if(clipFlags & CLIP_PLANE0) clipPlane(polygon, data.clipPlane[0]);
69 if(clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]);
71 if(clipFlags & CLIP_PLANE2) clipPlane(polygon, data.clipPlane[2]);
73 if(clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]);
75 if(clipFlags & CLIP_PLANE4) clipPlane(polygon, data.clipPlane[4]);
77 if(clipFlags & CLIP_PLANE5) clipPlane(polygon, data.clipPlane[5]);
Renderer.hpp 401 int clipFlags;
507 AtomicInt clipFlags;
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 653 int clipFlags;

Completed in 246 milliseconds