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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp952 (JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) {
958 pipelines = (GLuint *)getPointer(_env, pipelines_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
1018 (JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) {
1024 pipelines = (GLuint *)getPointer(_env, pipelines_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
951 android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) argument
1017 android_glGenProgramPipelines__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) argument

Completed in 185 milliseconds