Home
last modified time | relevance | path

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

123

/external/jmonkeyengine/engine/src/test/jme3test/light/
DTestSpotLight.java57 SpotLight spot; field in TestSpotLight
64 spot=new SpotLight(); in setupLighting()
66 spot.setSpotRange(1000); in setupLighting()
67 spot.setSpotInnerAngle(5*FastMath.DEG_TO_RAD); in setupLighting()
68 spot.setSpotOuterAngle(10*FastMath.DEG_TO_RAD); in setupLighting()
69 spot.setPosition(new Vector3f(77.70334f, 34.013165f, 27.1017f)); in setupLighting()
70 spot.setDirection(lightTarget.subtract(spot.getPosition())); in setupLighting()
71 spot.setColor(ColorRGBA.White.mult(2)); in setupLighting()
72 rootNode.addLight(spot); in setupLighting()
148spot.setPosition(new Vector3f(FastMath.cos(angle) * 30f, 34.013165f, FastMath.sin(angle) * 30f)); in simpleUpdate()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/events/
DSDL_events.c291 static int SDL_CutEvent(int spot) in SDL_CutEvent() argument
293 if ( spot == SDL_EventQ.head ) { in SDL_CutEvent()
297 if ( (spot+1)%MAXEVENTS == SDL_EventQ.tail ) { in SDL_CutEvent()
298 SDL_EventQ.tail = spot; in SDL_CutEvent()
309 for ( here=spot; here != SDL_EventQ.tail; here = next ) { in SDL_CutEvent()
313 return(spot); in SDL_CutEvent()
337 int spot; in SDL_PeepEvents() local
345 spot = SDL_EventQ.head; in SDL_PeepEvents()
346 while ((used < numevents)&&(spot != SDL_EventQ.tail)) { in SDL_PeepEvents()
347 if ( mask & SDL_EVENTMASK(SDL_EventQ.event[spot].type) ) { in SDL_PeepEvents()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/
DSDL_error.c137 char tmp[32], *spot = tmp; in SDL_GetErrorMsg() local
138 *spot++ = *fmt++; in SDL_GetErrorMsg()
139 while ( (*fmt == '.' || (*fmt >= '0' && *fmt <= '9')) && spot < (tmp+SDL_arraysize(tmp)-2) ) { in SDL_GetErrorMsg()
140 *spot++ = *fmt++; in SDL_GetErrorMsg()
142 *spot++ = *fmt++; in SDL_GetErrorMsg()
143 *spot++ = '\0'; in SDL_GetErrorMsg()
144 switch (spot[-2]) { in SDL_GetErrorMsg()
/external/quake/quake/src/QW/progs/
Dclient.qc108 local entity spot;
112 spot = find (world, classname, "info_intermission");
113 if (spot)
118 spot = find (spot, classname, "info_intermission");
119 if (!spot)
120 spot = find (spot, classname, "info_intermission");
123 return spot;
127 spot = find (world, classname, "info_player_start");
128 if (spot)
129 return spot;
[all …]
Dserver.qc30 the next spot to move to. If not present, stop here for good.
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
DSDL_dx5audio.c360 { DWORD spot = cursor; in DX5_GetAudioBuf() local
361 if ( spot < lastchunk ) { in DX5_GetAudioBuf()
362 spot += NUM_BUFFERS; in DX5_GetAudioBuf()
364 if ( spot > lastchunk+1 ) { in DX5_GetAudioBuf()
366 (spot - (lastchunk+1))); in DX5_GetAudioBuf()
/external/quake/quake/src/QW/client/
Dpmove.c693 vec3_t spot; in CheckWaterJump() local
710 VectorMA (pmove.origin, 24, flatforward, spot); in CheckWaterJump()
711 spot[2] += 8; in CheckWaterJump()
712 cont = PM_PointContents (spot); in CheckWaterJump()
715 spot[2] += 24; in CheckWaterJump()
716 cont = PM_PointContents (spot); in CheckWaterJump()
/external/webkit/Source/JavaScriptCore/wtf/
DVector.h1030 T* spot = begin() + position;
1031 TypeOperations::moveOverlapping(spot, end(), spot + dataSize);
1033 new (&spot[i]) T(data[i]);
1047 T* spot = begin() + position;
1048 TypeOperations::moveOverlapping(spot, end(), spot + 1);
1049 new (spot) T(*data);
1081 T* spot = begin() + position;
1082 spot->~T();
1083 TypeOperations::moveOverlapping(spot + 1, end(), spot);
/external/chromium/net/data/ftp/
Ddir-listing-ls-9.expected2 Akademia Teatralna spot.mpg
Ddir-listing-ls-92 -rw-r--r-- 1 nobody nogroup 174680068 Jun 4 23:20 Akademia Teatralna spot.mpg
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c284 char *spot; in get_classname() local
292 spot = SDL_getenv("SDL_VIDEO_X11_WMCLASS"); in get_classname()
293 if ( spot ) { in get_classname()
294 SDL_strlcpy(classname, spot, maxlen); in get_classname()
310 spot = SDL_strrchr(linkfile, '/'); in get_classname()
311 if ( spot ) { in get_classname()
312 SDL_strlcpy(classname, spot+1, maxlen); in get_classname()
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macevents.c415 Point spot; in Mac_HandleEvents()
416 SetPt(&spot, 0x0070, 0x0050); in Mac_HandleEvents()
417 DIBadMount(spot, event.message); in Mac_HandleEvents()
/external/llvm/test/Transforms/PhaseOrdering/
Dbasic.ll27 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
DTerrainLighting.vert92 //computing spot direction in view space and unpacking spotlight cos
/external/clang/test/Index/
Dcomplete-natural.m10 #pragma mark this is the spot
/external/libvorbis/doc/
DVorbis_I_spec.tex45 % left to the typesetting engine to place them in the "optimal" spot. These
/external/qemu/docs/
DANDROID-MEMCHECK.TXT56 CONFIG_MEMCHECK macro, making it easy to spot changes related to it in the
/external/llvm/test/Transforms/InstCombine/
Dextractvalue.ll54 ; The new load should be in the same spot as the old load.
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
DLighting.vert179 //computing spot direction in view space and unpacking spotlight cos
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_view.mm61 // hierarchy. This is the spot where we close the loop.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DIntStream.as44 * when passed to rewind() you get back to the same spot.
/external/iproute2/doc/actions/
Dmirred-usage52 device. Instead of redirecting it puts packets at the exact spot
/external/llvm/test/MC/ARM/
Dbasic-thumb-instructions.s12 @ once then spot check that following instructions accept the form generally.
/external/webkit/Source/WebCore/page/mac/
DFrameMac.mm121 // remove from old spot
/external/qemu/distrib/sdl-1.2.15/test/
Dutf8.txt202 to spot problems more quickly. (2) Overlong sequences provide |

123