Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp42 static jfieldID gContext_EGLContextFieldID; variable
56 return (EGLContext)env->GetLongField(o, gContext_EGLContextFieldID); in getContext()
78 gContext_EGLContextFieldID = _env->GetFieldID(context_class, "mEGLContext", "J"); in nativeClassInit()