Home
last modified time | relevance | path

Searched refs:gDrawName (Results 1 – 1 of 1) sorted by relevance

/external/skia/samplecode/
DSampleLua.cpp24 static const char gDrawName[] = "onDrawContent"; variable
105 lua_getglobal(L, gDrawName); in onDrawContent()
108 SkDebugf("--- expected %s function %d, ignoring.\n", gDrawName, t); in onDrawContent()