/external/libvncserver/x11vnc/ |
help.c | [all...] |
x11vnc.1 | [all...] |
userinput.c | 133 * For -wireframe: find the direct child of rootwin that has the 332 * Parse the gory -wireframe string for parameters. 368 /* Wireframe shade, color, RGB: */ 412 /* linewidth: # of pixels wide for the wireframe lines */ 455 * wireframe in interior with Modifier down. 800 * Draw the wireframe box onto the framebuffer. Saves the real 934 * work out shade/color for the wireframe line, could be a color 1025 /* apply the shade/color to make the wireframe line: */ [all...] |
README | [all...] |
RELEASE-NOTES | [all...] |
win_utils.c | 202 * For use in the -wireframe stuff, save the stacking order of the direct
|
x11vnc.c | [all...] |
screen.c | 520 save[i++] = wireframe; 541 wireframe = save[i++]; 568 wireframe = 0; 596 rfbLog(" wireframe, scrollcopyrect, ncache,\n"); [all...] |
tkx11vnc | 378 =GAL WireFrame:: 379 wireframe 659 Set the -wireframe mode string value. 1054 set helptext(WireFrame:) [all...] |
tkx11vnc.h | 389 " =GAL WireFrame::\n" 390 " wireframe\n" 670 "Set the -wireframe mode string value.\n" [all...] |
keyboard.c | 221 * Just a simple thing for wireframe/scroll heuristics, [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/ |
J3MLoader.java | 309 if (split[0].equals("Wireframe")){
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
LwjglRenderer.java | 464 if (state.isWireframe() && !context.wireframe) {
466 context.wireframe = true;
467 } else if (!state.isWireframe() && context.wireframe) {
469 context.wireframe = false;
[all...] |
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
TerrainGridAlphaMapTest.java | 113 // WIREFRAME material
|
/external/skia/src/gpu/ |
GrTessellatingPathRenderer.cpp | 81 #define WIREFRAME 0 194 #if WIREFRAME [all...] |
/frameworks/base/docs/html/tools/performance/hierarchy-viewer/ |
index.jd | 235 <li>If necessary, click the <b>Layout View</b> tab to hide the Console and show a wireframe of
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
Material.java | [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
OGLESShaderRenderer.java | 438 if (state.isWireframe() && !context.wireframe){ 440 context.wireframe = true; 441 }else if (!state.isWireframe() && context.wireframe){ 443 context.wireframe = false; [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainPatch.java | 64 * The mesh is a triangle strip. In wireframe mode you might notice some strange lines, these are degenerate
[all...] |
/external/mesa3d/docs/ |
relnotes-7.11.html | 176 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34595">Bug 34595</a> - [bisected piketon]oglc half_float_vertex(misc.fillmode.wireframe) regressed</li>
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_visitor.cpp | [all...] |
/external/libvncserver/ |
ChangeLog | [all...] |