Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_EGL15.cpp54 static jclass eglimageClass; variable
110 eglimageClass = (jclass) _env->NewGlobalRef(eglimageClassLocal); in nativeClassInit()
114 eglimageGetHandleID = _env->GetMethodID(eglimageClass, "getNativeHandle", "()J"); in nativeClassInit()
117 eglimageConstructor = _env->GetMethodID(eglimageClass, "<init>", "(J)V"); in nativeClassInit()
169 if (cls == eglimageClass && (EGLImage)handle == EGL_NO_IMAGE) { in toEGLHandle()
516 return toEGLHandle(_env, eglimageClass, eglimageConstructor, _returnValue); in android_eglCreateImage()