Searched defs: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::__anon2080
43 explicit DrawGLFunctor(jlong view_context) : view_context_(view_context) {} function in class:android::__anon2080::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 463 milliseconds