Searched refs:attrib_list_ref (Results 1 – 3 of 3) sorted by relevance
/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() 77 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurfaceTexture() argument 91 if (!attrib_list_ref) { in android_eglCreateWindowSurfaceTexture() 120 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreateWindowSurfaceTexture() 122 _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreateWindowSurfaceTexture() 147 _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() 63 …s, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset)… in android_eglCreatePbufferFromClientBufferInt() argument 68 …lCreatePbufferFromClientBuffer(_env, _this, dpy, buftype, buffer, config, attrib_list_ref, offset); in android_eglCreatePbufferFromClientBufferInt()
|
/frameworks/base/core/jni/ |
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() 520 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurface() argument 533 if (attrib_list_ref) { in android_eglCreateWindowSurface() 540 _remaining = _env->GetArrayLength(attrib_list_ref) - offset; in android_eglCreateWindowSurface() 542 _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0); in android_eglCreateWindowSurface() 581 _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base, in android_eglCreateWindowSurface() [all …]
|