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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4721 (JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) {
4730 if (!samplers_buf) {
4736 samplers = (GLuint *)getPointer(_env, samplers_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4801 (JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) {
4810 if (!samplers_buf) {
4816 samplers = (GLuint *)getPointer(_env, samplers_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4720 android_glGenSamplers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) argument
4800 android_glDeleteSamplers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) argument

Completed in 564 milliseconds