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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4059 (JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) {
4065 samplers = (GLuint *)getPointer(_env, samplers_buf, &_array, &_remaining, &_bufferOffset);
4125 (JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) {
4131 samplers = (GLuint *)getPointer(_env, samplers_buf, &_array, &_remaining, &_bufferOffset);
4058 android_glGenSamplers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) argument
4124 android_glDeleteSamplers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) argument

Completed in 218 milliseconds