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

/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp41 class DrawGLFunctor : public Functor { class in namespace:android::__anon1725
43 DrawGLFunctor(jlong view_context) : view_context_(view_context) {} function in class:android::__anon1725::DrawGLFunctor
44 virtual ~DrawGLFunctor() {}
123 return reinterpret_cast<jlong>(new DrawGLFunctor(view_context));
127 delete reinterpret_cast<DrawGLFunctor*>(functor);
134 const char kClassName[] = "com/android/webview/chromium/DrawGLFunctor";

Completed in 35 milliseconds