Home
last modified time | relevance | path

Searched defs:clipPlane (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.hpp136 float clipPlane[6][4]; member in D3D8::Direct3DStateBlock8
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp187 float clipPlane[6][4]; member in D3D9::Direct3DStateBlock9
/external/swiftshader/src/Device/
DClipper.cpp303 void Clipper::clipPlane(Polygon &polygon, const Plane &p) in clipPlane() function in sw::Clipper
DRenderer.hpp172 Plane clipPlane[6]; member
375 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space member in sw::Renderer
/external/swiftshader/src/Renderer/
DClipper.cpp312 void Clipper::clipPlane(Polygon &polygon, const Plane &p) in clipPlane() function in sw::Clipper
DRenderer.hpp191 Plane clipPlane[6]; member
408 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space member in sw::Renderer
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp65 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor()
249 bool clipPlane = d->fRandom->nextBool(); in TestCreate() local
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp66 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor()
250 bool clipPlane = d->fRandom->nextBool(); in TestCreate() local
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp3304 sw::Plane clipPlane = modelViewStack.current() * sw::Plane(plane); in setClipPlane() local