Home
last modified time | relevance | path

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

12

/dports/devel/love10/love-0.10.2/src/modules/video/
H A Dwrap_VideoStream.cpp39 auto src = luax_totype<love::audio::Source>(L, 2, AUDIO_SOURCE_ID); in w_VideoStream_setSync()
46 auto other = luax_totype<VideoStream>(L, 2, VIDEO_VIDEO_STREAM_ID); in w_VideoStream_setSync()
/dports/devel/love/love-11.3/src/modules/video/
H A Dwrap_VideoStream.cpp39 auto src = luax_totype<love::audio::Source>(L, 2); in w_VideoStream_setSync()
46 auto other = luax_totype<VideoStream>(L, 2); in w_VideoStream_setSync()
/dports/devel/love07/love-HEAD/src/modules/audio/
H A Dwrap_Audio.cpp48 …t = instance->newSource(luax_totype<love::sound::SoundData>(L, 1, "SoundData", SOUND_SOUND_DATA_T)… in w_newSource1()
50 t = instance->newSource(luax_totype<love::sound::Decoder>(L, 1, "Decoder", SOUND_DECODER_T)); in w_newSource1()
/dports/devel/love/love-11.3/src/modules/graphics/
H A Dwrap_Text.cpp76 math::Transform *tf = luax_totype<math::Transform>(L, 3); in w_Text_add()
118 math::Transform *tf = luax_totype<math::Transform>(L, 5); in w_Text_addf()
H A Dwrap_SpriteBatch.cpp43 quad = luax_totype<Quad>(L, startidx); in w_SpriteBatch_add_or_set()
71 quad = luax_totype<Quad>(L, startidx); in w_SpriteBatch_addLayer_or_setLayer()
H A Dwrap_SpriteBatch.h37 math::Transform *tf = luax_totype<math::Transform>(L, idx); in luax_checkstandardtransform()
H A Dwrap_Shader.cpp186 math::Transform *t = luax_totype<math::Transform>(L, startidx + i); in w_Shader_sendMatrices()
H A Dwrap_Mesh.cpp418 Data *d = luax_totype<Data>(L, 2, Data::type); in w_Mesh_setVertexMap()
/dports/devel/love/love-11.3/src/common/
H A Druntime.h632 T *luax_totype(lua_State *L, int idx, const love::Type& /*type*/) in luax_totype() function
643 T *luax_totype(lua_State *L, int idx) in luax_totype() function
645 return luax_totype<T>(L, idx, T::type); in luax_totype()
/dports/devel/love08/love-0.8.0/src/modules/audio/
H A Dwrap_Audio.cpp48 …t = instance->newSource(luax_totype<love::sound::SoundData>(L, 1, "SoundData", SOUND_SOUND_DATA_T)… in w_newSource1()
50 t = instance->newSource(luax_totype<love::sound::Decoder>(L, 1, "Decoder", SOUND_DECODER_T)); in w_newSource1()
/dports/devel/love10/love-0.10.2/src/modules/audio/
H A Dwrap_Audio.cpp63 t = instance()->newSource(luax_totype<love::sound::SoundData>(L, 1, SOUND_SOUND_DATA_ID)); in w_newSource()
65 t = instance()->newSource(luax_totype<love::sound::Decoder>(L, 1, SOUND_DECODER_ID)); in w_newSource()
/dports/devel/love/love-11.3/src/modules/data/
H A Dwrap_DataModule.cpp217 Data *data = luax_totype<Data>(L, 3); in w_encode()
268 Data *data = luax_totype<Data>(L, 3); in w_decode()
/dports/devel/love07/love-HEAD/src/common/
H A Druntime.h286 T * luax_totype(lua_State * L, int idx, const char *, love::bits) in luax_totype() function
/dports/devel/love08/love-0.8.0/src/common/
H A Druntime.h335 T * luax_totype(lua_State * L, int idx, const char *, love::bits) in luax_totype() function
/dports/devel/love08/love-0.8.0/src/modules/filesystem/physfs/
H A Dwrap_File.cpp123 love::Data * data = luax_totype<love::Data>(L, 2, "Data", DATA_T); in w_File_write()
H A DFilesystem.cpp385 love::Data * data = luax_totype<love::Data>(L, 2, "Data", DATA_T); in write()
/dports/devel/love07/love-HEAD/src/modules/filesystem/physfs/
H A Dwrap_File.cpp112 love::Data * data = luax_totype<love::Data>(L, 2, "Data", DATA_T); in w_File_write()
H A DFilesystem.cpp358 love::Data * data = luax_totype<love::Data>(L, 2, "Data", DATA_T); in write()
/dports/devel/love/love-11.3/src/modules/audio/
H A Dwrap_Audio.cpp70 t = instance()->newSource(luax_totype<love::sound::SoundData>(L, 1)); in w_newSource()
72 t = instance()->newSource(luax_totype<love::sound::Decoder>(L, 1)); in w_newSource()
/dports/devel/love10/love-0.10.2/src/modules/graphics/opengl/
H A Dwrap_SpriteBatch.cpp48 quad = luax_totype<Quad>(L, startidx, GRAPHICS_QUAD_ID); in w_SpriteBatch_add_or_set()
/dports/devel/love10/love-0.10.2/src/modules/filesystem/
H A Dwrap_Filesystem.cpp118 DroppedFile *file = luax_totype<DroppedFile>(L, 1, FILESYSTEM_DROPPED_FILE_ID); in w_mount()
420 love::Data *data = luax_totype<love::Data>(L, 2, DATA_ID); in w_write_or_append()
H A Dwrap_File.cpp155 love::Data *data = luax_totype<love::Data>(L, 2, DATA_ID); in w_File_write()
/dports/devel/love10/love-0.10.2/src/common/
H A Druntime.h514 T *luax_totype(lua_State *L, int idx, love::Type /*type*/) in luax_totype() function
/dports/devel/love/love-11.3/src/modules/filesystem/
H A Dwrap_Filesystem.cpp145 DroppedFile *file = luax_totype<DroppedFile>(L, 1); in w_mount()
515 love::Data *data = luax_totype<love::Data>(L, 2); in w_write_or_append()
H A Dwrap_File.cpp171 love::Data *data = luax_totype<love::Data>(L, 2); in w_File_write()

12