Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp346 …(JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobj… in android_eglChooseConfig() argument
368 if (attrib_listOffset < 0) { in android_eglChooseConfig()
374 _attrib_listRemaining = _env->GetArrayLength(attrib_list_ref) - attrib_listOffset; in android_eglChooseConfig()
377 attrib_list = attrib_list_base + attrib_listOffset; in android_eglChooseConfig()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java208 int attrib_listOffset, in eglChooseConfig() argument