Searched refs:eglimageClass (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL15cHeader.cpp | 54 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()
|
D | eglCreateImage.cpp | 49 return toEGLHandle(_env, eglimageClass, eglimageConstructor, _returnValue); in android_eglCreateImage()
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL15.cpp | 54 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()
|