Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/gles1/
DClipPlaneTest.cpp42 GLfloat clipPlane[4] = {}; in TEST_P() local
95 GLfloat clipPlane[4] = { in TEST_P() local
/external/skia/src/gpu/ganesh/ops/
DGrOvalOpFactory.cpp74 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
/external/angle/src/libANGLE/
DContext_gl.cpp507 void Context::clipPlane(GLenum plane, const GLdouble *equation) in clipPlane() function in gl::Context