Searched refs:view_context (Results 1 - 2 of 2) 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));
H A Ddraw_gl.h84 // |view_context| is an opaque identifier that was returned by the corresponding
88 typedef void (AwDrawGLFunction)(long view_context,

Completed in 123 milliseconds