Home
last modified time | relevance | path

Searched refs:num_config_base (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp280 EGLint *num_config_base = (EGLint *) 0; in android_eglGetConfigs() local
314 num_config_base = (EGLint *) in android_eglGetConfigs()
316 num_config = num_config_base + num_configOffset; in android_eglGetConfigs()
326 if (num_config_base) { in android_eglGetConfigs()
327 _env->ReleaseIntArrayElements(num_config_ref, (jint*)num_config_base, in android_eglGetConfigs()
358 EGLint *num_config_base = (EGLint *) 0; in android_eglChooseConfig() local
428 num_config_base = (EGLint *) in android_eglChooseConfig()
430 num_config = num_config_base + num_configOffset; in android_eglChooseConfig()
441 if (num_config_base) { in android_eglChooseConfig()
442 _env->ReleaseIntArrayElements(num_config_ref, (jint*)num_config_base, in android_eglChooseConfig()