Home
last modified time | relevance | path

Searched refs:attachments_buf (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp5634 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() argument
5643 if (!attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
5649 …attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferO… in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
5720 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, j… in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII() argument
5729 if (!attachments_buf) { in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()
5735 …attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferO… in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()