Searched refs:lua_getglobal (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleLua.cpp | 118 lua_getglobal(L, gDrawName); in onDrawContent()
|
/external/skia/samplecode/ |
D | SampleLua.cpp | 118 lua_getglobal(L, gDrawName); in onDrawContent()
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lua.c | 226 lua_getglobal(L, "require"); in dolibrary() 237 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2"); in get_prompt() 312 lua_getglobal(L, "print"); in dotty()
|
D | lbaselib.c | 26 lua_getglobal(L, "tostring"); in luaB_print()
|
D | lua.h | 223 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
|
D | lapi.c | 608 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function
|
/external/chromium_org/third_party/skia/tools/lua/ |
D | lua_pictures.cpp | 52 lua_getglobal(L, funcName); in call_canvas()
|
/external/skia/tools/lua/ |
D | lua_pictures.cpp | 63 lua_getglobal(L, funcName); in call_canvas()
|
/external/skia/src/utils/ |
D | SkLuaCanvas.cpp | 19 lua_getglobal(L, func); in AutoCallLua()
|
D | SkLua.cpp | 95 lua_getglobal(fL, fTermCode.c_str()); in ~SkLua() 1370 lua_getglobal(L, func); in AutoCallLua()
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkLuaCanvas.cpp | 19 lua_getglobal(L, func); in AutoCallLua()
|
D | SkLua.cpp | 98 lua_getglobal(fL, fTermCode.c_str()); in ~SkLua() 1378 lua_getglobal(L, func); in AutoCallLua()
|