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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4722 (JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) {
4731 if (!samplers_buf) {
4737 samplers = (GLuint *)getPointer(_env, samplers_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4802 (JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) {
4811 if (!samplers_buf) {
4817 samplers = (GLuint *)getPointer(_env, samplers_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4721 android_glGenSamplers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) argument
4801 android_glDeleteSamplers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) argument

Completed in 42 milliseconds