Home
last modified time | relevance | path

Searched refs:wireframe (Results 1 – 25 of 25) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/material/
DRenderState.java284 boolean wireframe = false; field in RenderState
327 oc.write(wireframe, "wireframe", false); in write()
365 wireframe = ic.readBoolean("wireframe", false); in read()
551 public void setWireframe(boolean wireframe) { in setWireframe() argument
553 this.wireframe = wireframe; in setWireframe()
856 return wireframe; in isWireframe()
986 state.wireframe = additionalState.wireframe; in copyMergedTo()
988 state.wireframe = wireframe; in copyMergedTo()
1068 …intSprite + "\napplyPointSprite=" + applyPointSprite + "\nwireframe=" + wireframe + "\napplyWireFr… in toString()
DMaterial.java1143 additionalState.applyWireFrame = additionalState.wireframe; in read()
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainTest.java78 boolean wireframe = false; field in TerrainTest
195 wireframe = !wireframe;
196 if (!wireframe) {
DTerrainTestAdvanced.java68 boolean wireframe = false; field in TerrainTestAdvanced
226 wireframe = !wireframe;
227 if (!wireframe) {
DTerrainTestCollision.java83 boolean wireframe = false; field in TerrainTestCollision
245 wireframe = !wireframe;
246 if (!wireframe) {
DTerrainTestModifyHeight.java83 boolean wireframe = true; field in TerrainTestModifyHeight
198 wireframe = !wireframe;
199 if (!wireframe) {
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderContext.java126 public boolean wireframe = false; field in RenderContext
285 wireframe = false; in reset()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.cpp242 int wireframe; member
274 wireframe = 0; in d3d11gears()
483 wireframe = 1; in init()
/external/libvncserver/x11vnc/
Dhelp.c5855 wireframe ? "-wireframe":"-nowireframe", in print_help()
Doptions.h233 extern int wireframe;
Doptions.c272 int wireframe = WIREFRAME; /* try to emulate wireframe wm moves */ variable
Dpointer.c504 if (wireframe && near_wm_edge(x, y, w, h, px, py)) { in update_x11_pointer_mask()
549 if (wireframe && !wireframe_in_progress && in update_x11_pointer_mask()
Dremote.c3714 wireframe = 1; in process_remote_cmd()
3720 snprintf(buf, bufn, "ans=%s%s%d", p, co, wireframe); in process_remote_cmd()
3732 wireframe = 1; in process_remote_cmd()
3738 snprintf(buf, bufn, "ans=%s%s%d", p, co, wireframe); in process_remote_cmd()
3750 wireframe = 1; in process_remote_cmd()
3755 snprintf(buf, bufn, "ans=%s:%d", p, wireframe); in process_remote_cmd()
3759 wireframe = 1; in process_remote_cmd()
3764 snprintf(buf, bufn, "ans=%s:%d", p, !wireframe); in process_remote_cmd()
3768 wireframe = 0; in process_remote_cmd()
DChangeLog390 * x11vnc: fix wireframe crash under -clip. Add -redirect for
813 * reinstate "bad desktop" for wireframe.
826 * Alt+Button+Motion to wireframe. tunable in WIREFRAME_PARMS
834 * more scrolling and wireframe tweaks.
877 * -wireframe, -wirecopyrect: instead of having user look at a
879 moved/resized and just show a wireframe. -wirecopyrect means to
Dscreen.c520 save[i++] = wireframe; in set_nofb_params()
541 wireframe = save[i++]; in set_nofb_params()
568 wireframe = 0; in set_nofb_params()
4470 if (wireframe && button_mask) {
Dx11vnc.c3488 wireframe = 1; in main()
3499 wireframe = 0; in main()
5310 if (! quiet && wireframe && ! raw_fb_str) { in main()
DREADME1556 -scrollcopyrect and -wireframe speedups using the CopyRect VNC
1928 Q-77: Why not do something like wireframe animations to avoid the
5830 * If the -wireframe option is not available (earlier than x11vnc
5833 * However if -wireframe is active (on by default in x11vnc 0.7.2)
5874 * Make sure the -wireframe option is active (it should be on by
5884 * Specify -speeds modem to force the wireframe and scrollcopyrect
5888 * If wireframe and scrollcopyrect aren't working, try using the more
6059 As of Apr/2005 two new options (see the wireframe FAQ and
6073 Q-77: Why not do something like wireframe animations to avoid the
6079 will be suspended and only an animated "wireframe" (a rectangle
[all …]
DRELEASE-NOTES1273 -wireframe: Heuristics are used to guess when a window is being
1275 moving wireframe outline. Just like on video cards in
1386 various features, such as -wireframe, -scrollcopyrect, etc.).
Duserinput.c5672 if (wireframe) { in check_user_input()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglGL1Renderer.java247 if (state.isWireframe() && !context.wireframe) { in applyRenderState()
249 context.wireframe = true; in applyRenderState()
250 } else if (!state.isWireframe() && context.wireframe) { in applyRenderState()
252 context.wireframe = false; in applyRenderState()
DLwjglRenderer.java464 if (state.isWireframe() && !context.wireframe) { in applyRenderState()
466 context.wireframe = true; in applyRenderState()
467 } else if (!state.isWireframe() && context.wireframe) { in applyRenderState()
469 context.wireframe = false; in applyRenderState()
/external/mesa3d/src/gallium/drivers/i915/
DTODO13 wireframe mode. Changing the cullmode to cw from none mitigates the crash. As
/external/jmonkeyengine/engine/src/test/jme3test/light/
DTestSpotLightTerrain.java67 boolean wireframe = false; field in TestSpotLightTerrain
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestHoveringTank.java78 boolean wireframe = false; field in TestHoveringTank
/external/libvncserver/
DChangeLog3162 fix wireframe crash under -clip. Add -redirect for VNC redir.
5320 desktop" for wireframe
5553 x11vnc/x11vnc.c: x11vnc: -wireframe, -wirecopyrect, -privremote, -safer, -nocmd,