Searched defs:clipPlane (Results 1 – 3 of 3) sorted by relevance
42 GLfloat clipPlane[4] = {}; in TEST_P() local95 GLfloat clipPlane[4] = { in TEST_P() local
74 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool stroke, bool clipPlane, in Make()101 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor()265 bool clipPlane = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
507 void Context::clipPlane(GLenum plane, const GLdouble *equation) in clipPlane() function in gl::Context