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

/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp272 (JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) {
301 if (!num_config_ref) {
313 _num_configRemaining = _env->GetArrayLength(num_config_ref) - num_configOffset;
315 _env->GetIntArrayElements(num_config_ref, (jboolean *)0);
327 _env->ReleaseIntArrayElements(num_config_ref, (jint*)num_config_base,
346 (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) {
409 if (!num_config_ref) {
421 _num_configRemaining = _env->GetArrayLength(num_config_ref) - num_configOffset;
429 _env->GetIntArrayElements(num_config_ref, (jboolean *)0);
442 _env->ReleaseIntArrayElements(num_config_ref, (jin
271 android_eglGetConfigs(JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) argument
345 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 1145 milliseconds