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

/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp45 static jfieldID gContext_EGLContextFieldID; member in namespace:android
61 return (EGLContext)env->GetIntField(o, gContext_EGLContextFieldID);
78 gContext_EGLContextFieldID = _env->GetFieldID(context_class, "mEGLContext", "I");

Completed in 55 milliseconds