Home
last modified time | relevance | path

Searched refs:CLIP_PLANE5 (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DClipper.hpp50 CLIP_PLANE5 = 1 << 13, enumerator
H A DClipper.cpp77 if(clipFlags & CLIP_PLANE5) clipPlane(polygon, data.clipPlane[5]); in clip()
H A DRenderer.cpp635 if(clipFlags & Clipper::CLIP_PLANE5) data->clipPlane[5] = clipPlane[5]; in draw()
2336 if(clipFlags & Clipper::CLIP_PLANE5) clipPlane[5] = scissorWorld * userPlane[5]; in updateClipper()
2345 if(clipFlags & Clipper::CLIP_PLANE5) clipPlane[5] = userPlane[5]; in updateClipper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DClipper.hpp50 CLIP_PLANE5 = 1 << 13, enumerator
H A DClipper.cpp77 if(clipFlags & CLIP_PLANE5) clipPlane(polygon, data.clipPlane[5]); in clip()
H A DRenderer.cpp635 if(clipFlags & Clipper::CLIP_PLANE5) data->clipPlane[5] = clipPlane[5]; in draw()
2336 if(clipFlags & Clipper::CLIP_PLANE5) clipPlane[5] = scissorWorld * userPlane[5]; in updateClipper()
2345 if(clipFlags & Clipper::CLIP_PLANE5) clipPlane[5] = userPlane[5]; in updateClipper()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_volume_render.c492 SER->CLIP_PLANE5 = glIsEnabled(GL_CLIP_PLANE5); in SUMA_RecordEnablingState()
542 if (SER->CLIP_PLANE5) glEnable(GL_CLIP_PLANE5); in SUMA_RestoreEnablingState()
612 "GL_CLIP_PLANE5", SER->CLIP_PLANE5 ? "+++":"---"); in SUMA_EnablingState_Info()
751 if (SERnew->CLIP_PLANE5 != SERref->CLIP_PLANE5) { in SUMA_DiffEnablingState_Info()
754 SERnew->CLIP_PLANE5 , SERref->CLIP_PLANE5); in SUMA_DiffEnablingState_Info()
867 SERnew->CLIP_PLANE5 = SERref->CLIP_PLANE5 ; in SUMA_CopyEnablingState()
H A DSUMA_define.h2412 int CLIP_PLANE5; member
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/util/
H A Ddumpstate.c947 EDEF(CLIP_PLANE5),
1694 VAR_BOOL(CLIP_PLANE5) in dump_opengl_state()