Searched defs:clipPlane (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/D3D8/ |
D | Direct3DStateBlock8.hpp | 136 float clipPlane[6][4]; member in D3D8::Direct3DStateBlock8
|
/external/swiftshader/src/D3D9/ |
D | Direct3DStateBlock9.hpp | 187 float clipPlane[6][4]; member in D3D9::Direct3DStateBlock9
|
/external/swiftshader/src/Device/ |
D | Clipper.cpp | 303 void Clipper::clipPlane(Polygon &polygon, const Plane &p) in clipPlane() function in sw::Clipper
|
D | Renderer.hpp | 172 Plane clipPlane[6]; member 375 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space member in sw::Renderer
|
/external/swiftshader/src/Renderer/ |
D | Clipper.cpp | 312 void Clipper::clipPlane(Polygon &polygon, const Plane &p) in clipPlane() function in sw::Clipper
|
D | Renderer.hpp | 191 Plane clipPlane[6]; member 408 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space member in sw::Renderer
|
/external/skqp/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 65 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/ |
D | GrOvalOpFactory.cpp | 66 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/ |
D | Context.cpp | 3304 sw::Plane clipPlane = modelViewStack.current() * sw::Plane(plane); in setClipPlane() local
|