Searched defs:clipPlane (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | ClipPlaneTest.cpp | 42 GLfloat clipPlane[4] = {}; in TEST_P() local 95 GLfloat clipPlane[4] = { in TEST_P() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | ClipPlaneTest.cpp | 42 GLfloat clipPlane[4] = {}; in TEST_P() local 95 GLfloat clipPlane[4] = { in TEST_P() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Clipper.cpp | 312 void Clipper::clipPlane(Polygon &polygon, const Plane &p) in clipPlane() function in sw::Clipper
|
D | Renderer.hpp | 190 Plane clipPlane[6]; member 407 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space member in sw::Renderer
|
/third_party/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 69 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool stroke, bool clipPlane, in Make() 96 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor() 260 bool clipPlane = d->fRandom->nextBool(); in TestCreate() local
|
/third_party/flutter/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
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl.cpp | 727 void Context::clipPlane(GLenum plane, const GLdouble *equation) in clipPlane() function in gl::Context
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl.cpp | 758 void Context::clipPlane(GLenum plane, const GLdouble *equation) in clipPlane() function in gl::Context
|