Searched defs:view_context (Results 1 - 1 of 1) sorted by relevance

/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp43 DrawGLFunctor(jlong view_context) : view_context_(view_context) {} argument
121 jlong CreateGLFunctor(JNIEnv*, jclass, jlong view_context) { argument
123 return reinterpret_cast<jlong>(new DrawGLFunctor(view_context));

Completed in 511 milliseconds