Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp159 : mPostLinkImplFunctor(functor), mFunctions(functions), mProgramID(programID) in LinkEventNativeParallel()
168 return mPostLinkImplFunctor(false, std::string()); in wait()
181 PostLinkImplFunctor mPostLinkImplFunctor; member in rx::ProgramGL::LinkEventNativeParallel
196 mPostLinkImplFunctor(functor) in LinkEventGL()
202 return mPostLinkImplFunctor(mLinkTask->fallbackToMainContext(), mLinkTask->getInfoLog()); in wait()
210 PostLinkImplFunctor mPostLinkImplFunctor; member in rx::ProgramGL::LinkEventGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp164 : mPostLinkImplFunctor(functor), mFunctions(functions), mProgramID(programID) in LinkEventNativeParallel()
175 return mPostLinkImplFunctor(false, std::string()); in wait()
188 PostLinkImplFunctor mPostLinkImplFunctor; member in rx::ProgramGL::LinkEventNativeParallel
203 mPostLinkImplFunctor(functor) in LinkEventGL()
211 return mPostLinkImplFunctor(mLinkTask->fallbackToMainContext(), mLinkTask->getInfoLog()); in wait()
219 PostLinkImplFunctor mPostLinkImplFunctor; member in rx::ProgramGL::LinkEventGL