Home
last modified time | relevance | path

Searched refs:clipPlane (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DClipPlaneTest.cpp42 GLfloat clipPlane[4] = {}; in TEST_P() local
51 glGetClipPlanef(plane, clipPlane); in TEST_P()
54 EXPECT_EQ(0.0f, clipPlane[0]); in TEST_P()
55 EXPECT_EQ(0.0f, clipPlane[1]); in TEST_P()
56 EXPECT_EQ(0.0f, clipPlane[2]); in TEST_P()
57 EXPECT_EQ(0.0f, clipPlane[3]); in TEST_P()
95 GLfloat clipPlane[4] = { in TEST_P() local
102 glClipPlanef(plane, clipPlane); in TEST_P()
108 EXPECT_EQ(clipPlane[0], actualClipPlane[0]); in TEST_P()
109 EXPECT_EQ(clipPlane[ in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DClipper.cpp67 if(clipFlags & CLIP_PLANE0) clipPlane(polygon, data.clipPlane[0]); in clip()
69 if(clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]); in clip()
71 if(clipFlags & CLIP_PLANE2) clipPlane(polygon, data.clipPlane[2]); in clip()
73 if(clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]); in clip()
75 if(clipFlags & CLIP_PLANE4) clipPlane(polygon, data.clipPlane[ in clip()
312 void Clipper::clipPlane(Polygon &polygon, const Plane &p) clipPlane() function in sw::Clipper
[all...]
H A DRenderer.cpp630 if(clipFlags & Clipper::CLIP_PLANE0) data->clipPlane[0] = clipPlane[0]; in draw()
631 if(clipFlags & Clipper::CLIP_PLANE1) data->clipPlane[1] = clipPlane[1]; in draw()
632 if(clipFlags & Clipper::CLIP_PLANE2) data->clipPlane[2] = clipPlane[2]; in draw()
633 if(clipFlags & Clipper::CLIP_PLANE3) data->clipPlane[3] = clipPlane[3]; in draw()
634 if(clipFlags & Clipper::CLIP_PLANE4) data->clipPlane[4] = clipPlane[ in draw()
[all...]
H A DClipper.hpp69 void clipPlane(Polygon &polygon, const Plane &plane);
H A DRenderer.hpp190 Plane clipPlane[6]; member
407 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space member in sw::Renderer
/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp69 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool stroke, bool clipPlane, in Make() argument
73 return new (ptr) CircleGeometryProcessor(stroke, clipPlane, isectPlane, unionPlane, in Make()
90 b->addBool(fInClipPlane.isInitialized(), "clipPlane" );
104 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor() argument
113 if (clipPlane) { in CircleGeometryProcessor()
124 SkASSERT(clipPlane); in CircleGeometryProcessor()
156 fragBuilder->codeAppend("half3 clipPlane;");
158 "clipPlane");
211 "clipPlane.xy) + clipPlane
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_1_autogen.h23 void clipPlane(GLenum plane, const GLdouble *equation); \
H A DContext_gl.cpp727 void Context::clipPlane(GLenum plane, const GLdouble *equation) in clipPlane() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp359 context->clipPlane(plane, equation); in GL_ClipPlane()

Completed in 29 milliseconds