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

/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp280 (JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) {
313 if (!num_config_ref) {
325 _num_configRemaining = _env->GetArrayLength(num_config_ref) - num_configOffset;
327 _env->GetIntArrayElements(num_config_ref, (jboolean *)0);
339 _env->ReleaseIntArrayElements(num_config_ref, (jint*)num_config_base,
358 (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) {
425 if (!num_config_ref) {
437 _num_configRemaining = _env->GetArrayLength(num_config_ref) - num_configOffset;
445 _env->GetIntArrayElements(num_config_ref, (jboolean *)0);
458 _env->ReleaseIntArrayElements(num_config_ref, (jin
279 android_eglGetConfigs(JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) argument
357 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
[all...]

Completed in 18 milliseconds