Searched refs:DrawGLFunctor (Results 1 – 4 of 4) sorted by relevance
41 class DrawGLFunctor : public Functor { class43 DrawGLFunctor(jlong view_context) : view_context_(view_context) {} in DrawGLFunctor() function in android::__anonffe019570111::DrawGLFunctor44 virtual ~DrawGLFunctor() {} in ~DrawGLFunctor()123 return reinterpret_cast<jlong>(new DrawGLFunctor(view_context)); in CreateGLFunctor()127 delete reinterpret_cast<DrawGLFunctor*>(functor); in DestroyGLFunctor()
32 class DrawGLFunctor { class34 private static final String TAG = DrawGLFunctor.class.getSimpleName();41 public DrawGLFunctor(long viewContext, WebViewDelegate webViewDelegate) { in DrawGLFunctor() method in DrawGLFunctor
177 DrawGLFunctor.setChromiumAwDrawGLFunction(AwContents.getAwDrawGLFunction()); in initPlatSupportLibrary()
147 private DrawGLFunctor mGLfunctor;2158 mGLfunctor = new DrawGLFunctor(mAwContents.getAwDrawGLViewContext(),