Searched refs:initContext (Results 1 – 5 of 5) sorted by relevance
226 static EM_BOOL initContext() { in initContext() function268 if (initContext()) { in main()
320 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext() function406 initContext(pObj, pContext, profEntry); in ptrace_enter_call()
267 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext() function353 initContext(pObj, pContext, profEntry); in ptrace_enter_call()
389 std::function<void(GrDirectContext*)> initContext = nullptr) const;
1535 std::function<void(GrDirectContext*)> initContext) const { in onDraw()1547 if (initContext) { in onDraw()1548 initContext(direct); in onDraw()