Searched refs:DrawGLFunctor (Results 1 – 1 of 1) sorted by relevance
40 class DrawGLFunctor : public Functor { class42 explicit DrawGLFunctor(jlong view_context) : view_context_(view_context) {} in DrawGLFunctor() function in android::__anon5eae6fd20110::DrawGLFunctor43 ~DrawGLFunctor() override {} in ~DrawGLFunctor()101 return reinterpret_cast<jlong>(new DrawGLFunctor(view_context)); in CreateGLFunctor()105 delete reinterpret_cast<DrawGLFunctor*>(functor); in DestroyGLFunctor()