Lines Matching defs:L

27 	Source * luax_checksource(lua_State * L, int idx)  in luax_checksource()
32 int w_Source_play(lua_State * L) in w_Source_play()
39 int w_Source_stop(lua_State * L) in w_Source_stop()
46 int w_Source_pause(lua_State * L) in w_Source_pause()
53 int w_Source_resume(lua_State * L) in w_Source_resume()
60 int w_Source_rewind(lua_State * L) in w_Source_rewind()
67 int w_Source_setPitch(lua_State * L) in w_Source_setPitch()
75 int w_Source_getPitch(lua_State * L) in w_Source_getPitch()
82 int w_Source_setVolume(lua_State * L) in w_Source_setVolume()
90 int w_Source_getVolume(lua_State * L) in w_Source_getVolume()
97 int w_Source_seek(lua_State * L) in w_Source_seek()
108 int w_Source_tell(lua_State * L) in w_Source_tell()
118 int w_Source_setPosition(lua_State * L) in w_Source_setPosition()
129 int w_Source_getPosition(lua_State * L) in w_Source_getPosition()
140 int w_Source_setVelocity(lua_State * L) in w_Source_setVelocity()
151 int w_Source_getVelocity(lua_State * L) in w_Source_getVelocity()
162 int w_Source_setDirection(lua_State * L) in w_Source_setDirection()
173 int w_Source_getDirection(lua_State * L) in w_Source_getDirection()
184 int w_Source_setLooping(lua_State * L) in w_Source_setLooping()
191 int w_Source_isLooping(lua_State * L) in w_Source_isLooping()
198 int w_Source_isStopped(lua_State * L) in w_Source_isStopped()
205 int w_Source_isPaused(lua_State * L) in w_Source_isPaused()
212 int w_Source_isStatic(lua_State * L) in w_Source_isStatic()
219 int w_Source_setVolumeLimits(lua_State * L) in w_Source_setVolumeLimits()
231 int w_Source_getVolumeLimits(lua_State * L) in w_Source_getVolumeLimits()
239 int w_Source_setDistance(lua_State * L) in w_Source_setDistance()
251 int w_Source_getDistance(lua_State * L) in w_Source_getDistance()
259 int w_Source_setRolloff(lua_State * L) in w_Source_setRolloff()
269 int w_Source_getRolloff(lua_State * L) in w_Source_getRolloff()
312 extern "C" int luaopen_source(lua_State * L) in luaopen_source()