Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCLContext.cpp344 if (context->mNotify != nullptr) in ErrorCallback()
346 context->mNotify(errinfo, privateInfo, cb, context->mUserData); in ErrorCallback()
359 mNotify(notify), in Context()
374 mNotify(notify), in Context()
DCLContext.h153 const ContextErrorCB mNotify; variable