Home
last modified time | relevance | path

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

/aosp14/frameworks/base/native/webview/plat_support/
H A Ddraw_gl_functor.cpp40 class DrawGLFunctor : public Functor { class
42 explicit DrawGLFunctor(jlong view_context) : view_context_(view_context) {} in DrawGLFunctor() function in android::__anon5eae6fd20110::DrawGLFunctor
43 ~DrawGLFunctor() override {} in ~DrawGLFunctor()
101 return reinterpret_cast<jlong>(new DrawGLFunctor(view_context)); in CreateGLFunctor()
105 delete reinterpret_cast<DrawGLFunctor*>(functor); in DestroyGLFunctor()