Searched refs:samplers_ref (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4678 (JNIEnv *_env, jobject _this, jint count, jintArray samplers_ref, jint offset) { in android_glGenSamplers__I_3II() argument 4686 if (!samplers_ref) { in android_glGenSamplers__I_3II() 4698 _remaining = _env->GetArrayLength(samplers_ref) - offset; in android_glGenSamplers__I_3II() 4700 _env->GetIntArrayElements(samplers_ref, (jboolean *)0); in android_glGenSamplers__I_3II() 4710 _env->ReleaseIntArrayElements(samplers_ref, (jint*)samplers_base, in android_glGenSamplers__I_3II() 4758 (JNIEnv *_env, jobject _this, jint count, jintArray samplers_ref, jint offset) { in android_glDeleteSamplers__I_3II() argument 4766 if (!samplers_ref) { in android_glDeleteSamplers__I_3II() 4778 _remaining = _env->GetArrayLength(samplers_ref) - offset; in android_glDeleteSamplers__I_3II() 4780 _env->GetIntArrayElements(samplers_ref, (jboolean *)0); in android_glDeleteSamplers__I_3II() 4790 _env->ReleaseIntArrayElements(samplers_ref, (jint*)samplers_base, in android_glDeleteSamplers__I_3II()
|