Searched refs:eglimageClass (Results 1 – 1 of 1) sorted by relevance
54 static jclass eglimageClass; variable110 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()