Searched refs:lua_getglobal (Results 1 - 12 of 12) sorted by relevance

/external/skia/samplecode/
H A DSampleLua.cpp49 lua_getglobal(L, "setImageFilename");
83 lua_getglobal(L, gUnicharName);
104 lua_getglobal(L, gDrawName);
128 lua_getglobal(L, gClickName);
166 lua_getglobal(L, gClickName);
/external/skia/third_party/lua/src/
H A Dlua.c226 lua_getglobal(L, "require");
237 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2");
312 lua_getglobal(L, "print");
H A Dlbaselib.c26 lua_getglobal(L, "tostring");
H A Dlua.h223 LUA_API void (lua_getglobal) (lua_State *L, const char *var);
H A Dlapi.c608 LUA_API void lua_getglobal (lua_State *L, const char *var) { function
/external/syslinux/com32/lua/src/
H A Dlua.c233 lua_getglobal(L, "require");
244 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2");
319 lua_getglobal(L, "print");
H A Dlbaselib.c26 lua_getglobal(L, "tostring");
H A Dlua.h228 LUA_API void (lua_getglobal) (lua_State *L, const char *var);
H A Dlapi.c608 LUA_API void lua_getglobal (lua_State *L, const char *var) { function
/external/skia/tools/lua/
H A Dlua_pictures.cpp52 lua_getglobal(L, funcName);
/external/skia/src/utils/
H A DSkLuaCanvas.cpp19 lua_getglobal(L, func);
H A DSkLua.cpp121 lua_getglobal(fL, fTermCode.c_str());
1824 lua_getglobal(L, func);

Completed in 2263 milliseconds