Home
last modified time | relevance | path

Searched defs:initContext (Results 1 – 4 of 4) sorted by relevance

/external/zstd/build/single_file_libs/examples/
Demscripten.c226 static EM_BOOL initContext() { in initContext() function
/external/python/cpython2/Modules/
D_lsprof.c320 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext() function
/external/python/cpython3/Modules/
D_lsprof.c284 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext() function
/external/skia/dm/
DDMSrcSink.cpp1528 std::function<void(GrDirectContext*)> initContext, in onDraw()