Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGL15cHeader.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()
DeglCreateImage.cpp49 return toEGLHandle(_env, eglimageClass, eglimageConstructor, _returnValue); in android_eglCreateImage()
/frameworks/base/core/jni/
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()