HomeSort by relevance Sort by last modified time
    Searched refs:luaL_newstate (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.h 84 LUALIB_API lua_State *(luaL_newstate) (void);
lua.c 482 lua_State *L = luaL_newstate(); /* create state */
luac.c 195 L=luaL_newstate();
lauxlib.c 937 LUALIB_API lua_State *luaL_newstate (void) {
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 88 fL = luaL_newstate();
    [all...]
  /external/skia/src/utils/
SkLua.cpp 85 fL = luaL_newstate();
    [all...]

Completed in 171 milliseconds