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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp834 (JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) {
840 pipelines = (GLuint *)getPointer(_env, pipelines_buf, &_array, &_remaining, &_bufferOffset);
900 (JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) {
906 pipelines = (GLuint *)getPointer(_env, pipelines_buf, &_array, &_remaining, &_bufferOffset);
833 android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) argument
899 android_glGenProgramPipelines__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) argument

Completed in 1157 milliseconds