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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4679 (JNIEnv *_env, jobject _this, jint count, jintArray samplers_ref, jint offset) {
4687 if (!samplers_ref) {
4699 _remaining = _env->GetArrayLength(samplers_ref) - offset;
4701 _env->GetIntArrayElements(samplers_ref, (jboolean *)0);
4711 _env->ReleaseIntArrayElements(samplers_ref, (jint*)samplers_base,
4759 (JNIEnv *_env, jobject _this, jint count, jintArray samplers_ref, jint offset) {
4767 if (!samplers_ref) {
4779 _remaining = _env->GetArrayLength(samplers_ref) - offset;
4781 _env->GetIntArrayElements(samplers_ref, (jboolean *)0);
4791 _env->ReleaseIntArrayElements(samplers_ref, (jin
4678 android_glGenSamplers__I_3II(JNIEnv *_env, jobject _this, jint count, jintArray samplers_ref, jint offset) argument
4758 android_glDeleteSamplers__I_3II(JNIEnv *_env, jobject _this, jint count, jintArray samplers_ref, jint offset) argument
[all...]

Completed in 164 milliseconds