Searched refs:eglconfigClass (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGLExtcHeader.cpp | 42 static jclass eglconfigClass; variable 72 eglconfigClass = (jclass) _env->NewGlobalRef(eglconfigClassLocal); in nativeClassInit() 77 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J"); in nativeClassInit() 83 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V"); in nativeClassInit()
|
D | EGL14cHeader.cpp | 41 static jclass eglconfigClass; variable 71 eglconfigClass = (jclass) _env->NewGlobalRef(eglconfigClassLocal); in nativeClassInit() 76 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J"); in nativeClassInit() 82 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V"); in nativeClassInit()
|
D | EGL15cHeader.cpp | 36 static jclass eglconfigClass; variable 73 eglconfigClass = (jclass) _env->NewGlobalRef(eglconfigClassLocal); in nativeClassInit() 81 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J"); in nativeClassInit() 86 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V"); in nativeClassInit()
|
/frameworks/base/core/jni/ |
D | android_opengl_EGLExt.cpp | 42 static jclass eglconfigClass; variable 72 eglconfigClass = (jclass) _env->NewGlobalRef(eglconfigClassLocal); in nativeClassInit() 77 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J"); in nativeClassInit() 83 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V"); in nativeClassInit()
|
D | android_opengl_EGL15.cpp | 36 static jclass eglconfigClass; variable 73 eglconfigClass = (jclass) _env->NewGlobalRef(eglconfigClassLocal); in nativeClassInit() 81 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J"); in nativeClassInit() 86 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V"); in nativeClassInit()
|
D | android_opengl_EGL14.cpp | 41 static jclass eglconfigClass; variable 71 eglconfigClass = (jclass) _env->NewGlobalRef(eglconfigClassLocal); in nativeClassInit() 76 eglconfigGetHandleID = _env->GetMethodID(eglconfigClass, "getNativeHandle", "()J"); in nativeClassInit() 82 eglconfigConstructor = _env->GetMethodID(eglconfigClass, "<init>", "(J)V"); in nativeClassInit() 331 … jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]); in android_eglGetConfigs() 451 … jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]); in android_eglChooseConfig()
|