/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.cpp | 4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurface() argument 17 if (attrib_list_ref) { in android_eglCreateWindowSurface() 24 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreateWindowSurface() 26 _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreateWindowSurface() 65 _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base, in android_eglCreateWindowSurface() 78 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurfaceTexture() argument 92 if (!attrib_list_ref) { in android_eglCreateWindowSurfaceTexture() 121 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreateWindowSurfaceTexture() 123 _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreateWindowSurfaceTexture() 148 _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base, in android_eglCreateWindowSurfaceTexture()
|
D | eglCreatePbufferFromClientBuffer.cpp | 4 …, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset)… in android_eglCreatePbufferFromClientBuffer() argument 16 if (attrib_list_ref) { in android_eglCreatePbufferFromClientBuffer() 23 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreatePbufferFromClientBuffer() 25 _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreatePbufferFromClientBuffer() 52 _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base, in android_eglCreatePbufferFromClientBuffer() 64 …s, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset)… in android_eglCreatePbufferFromClientBufferInt() argument 69 …lCreatePbufferFromClientBuffer(_env, _this, dpy, buftype, buffer, config, attrib_list_ref, offset); in android_eglCreatePbufferFromClientBufferInt()
|
D | eglGetPlatformDisplay.cpp | 4 …(JNIEnv *_env, jobject _this, jint platform, jlong native_display, jlongArray attrib_list_ref, jin… in android_eglGetPlatformDisplay() argument 13 if (!attrib_list_ref) { in android_eglGetPlatformDisplay() 25 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglGetPlatformDisplay() 27 _env->GetLongArrayElements(attrib_list_ref, (jboolean *)0); in android_eglGetPlatformDisplay() 38 _env->ReleaseLongArrayElements(attrib_list_ref, (jlong*)attrib_list_base, in android_eglGetPlatformDisplay()
|
D | eglCreateImage.cpp | 4 … jobject dpy, jobject context, jint target, jlong buffer, jlongArray attrib_list_ref, jint offset)… in android_eglCreateImage() argument 15 if (!attrib_list_ref) { in android_eglCreateImage() 27 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreateImage() 29 _env->GetLongArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreateImage() 42 _env->ReleaseLongArrayElements(attrib_list_ref, (jlong*)attrib_list_base, in android_eglCreateImage()
|
D | eglCreatePlatformWindowSurface.cpp | 4 …, jobject dpy, jobject config, jobject native_window_buf, jlongArray attrib_list_ref, jint offset)… in android_eglCreatePlatformWindowSurface() argument 26 if (!attrib_list_ref) { in android_eglCreatePlatformWindowSurface() 38 _attrib_listRemaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreatePlatformWindowSurface() 40 _env->GetLongArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreatePlatformWindowSurface() 56 _env->ReleaseLongArrayElements(attrib_list_ref, (jlong*)attrib_list_base, in android_eglCreatePlatformWindowSurface()
|
D | eglCreateSync.cpp | 4 (JNIEnv *_env, jobject _this, jobject dpy, jint type, jlongArray attrib_list_ref, jint offset) { in android_eglCreateSync() argument 14 if (!attrib_list_ref) { in android_eglCreateSync() 26 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreateSync() 28 _env->GetLongArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreateSync() 39 _env->ReleaseLongArrayElements(attrib_list_ref, (jlong*)attrib_list_base, in android_eglCreateSync()
|
D | eglCreatePixmapSurface.cpp | 4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL15.cpp | 198 (JNIEnv *_env, jobject _this, jobject dpy, jint type, jlongArray attrib_list_ref, jint offset) { in android_eglCreateSync() argument 208 if (!attrib_list_ref) { in android_eglCreateSync() 220 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreateSync() 222 _env->GetLongArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreateSync() 233 _env->ReleaseLongArrayElements(attrib_list_ref, (jlong*)attrib_list_base, in android_eglCreateSync() 331 …(JNIEnv *_env, jobject _this, jint platform, jlong native_display, jlongArray attrib_list_ref, jin… in android_eglGetPlatformDisplay() argument 340 if (!attrib_list_ref) { in android_eglGetPlatformDisplay() 352 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglGetPlatformDisplay() 354 _env->GetLongArrayElements(attrib_list_ref, (jboolean *)0); in android_eglGetPlatformDisplay() 365 _env->ReleaseLongArrayElements(attrib_list_ref, (jlong*)attrib_list_base, in android_eglGetPlatformDisplay() [all …]
|
D | android_opengl_EGL14.cpp | 346 …(JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobj… in android_eglChooseConfig() argument 362 if (!attrib_list_ref) { in android_eglChooseConfig() 374 _attrib_listRemaining = _env->GetArrayLength(attrib_list_ref) - attrib_listOffset; in android_eglChooseConfig() 376 _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); in android_eglChooseConfig() 446 _env->ReleaseIntArrayElements(attrib_list_ref, (jint*)attrib_list_base, in android_eglChooseConfig() 522 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurface() argument 535 if (attrib_list_ref) { in android_eglCreateWindowSurface() 542 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreateWindowSurface() 544 _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreateWindowSurface() 583 _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base, in android_eglCreateWindowSurface() [all …]
|