Searched defs:attrib_list_ref (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreatePbufferFromClientBuffer.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) {
16 if (!attrib_list_ref) {
28 _remaining = _env->GetArrayLength(attrib_list_ref) - offset;
30 _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0);
56 _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_base,
67 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) {
72 return android_eglCreatePbufferFromClientBuffer(_env, _this, dpy, buftype, buffer, config, attrib_list_ref, offset);
3 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
66 android_eglCreatePbufferFromClientBufferInt(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
H A DeglCreateWindowSurface.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
17 if (!attrib_list_ref) {
42 _remaining = _env->GetArrayLength(attrib_list_ref) - offset;
44 _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0);
69 _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_base,
81 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
95 if (!attrib_list_ref) {
124 _remaining = _env->GetArrayLength(attrib_list_ref) - offset;
126 _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0);
151 _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_bas
3 android_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
80 android_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp353 (JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) {
369 if (!attrib_list_ref) {
381 _attrib_listRemaining = _env->GetArrayLength(attrib_list_ref) - attrib_listOffset;
383 _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0);
457 _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_base,
531 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
544 if (!attrib_list_ref) {
569 _remaining = _env->GetArrayLength(attrib_list_ref) - offset;
571 _env->GetPrimitiveArrayCritical(attrib_list_ref, (jboolean *)0);
596 _env->ReleasePrimitiveArrayCritical(attrib_list_ref, attrib_list_bas
352 android_eglChooseConfig(JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) argument
530 android_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
607 android_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
688 android_eglCreatePbufferSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jintArray attrib_list_ref, jint offset) argument
750 android_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) argument
867 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
930 android_eglCreatePbufferFromClientBufferInt(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
1004 android_eglCreateContext(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib_list_ref, jint offset) argument
[all...]

Completed in 106 milliseconds