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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp5620 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) {
5628 if (!attachments_ref) {
5640 _remaining = _env->GetArrayLength(attachments_ref) - offset;
5642 _env->GetIntArrayElements(attachments_ref, (jboolean *)0);
5653 _env->ReleaseIntArrayElements(attachments_ref, (jint*)attachments_base,
5702 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) {
5710 if (!attachments_ref) {
5722 _remaining = _env->GetArrayLength(attachments_ref) - offset;
5724 _env->GetIntArrayElements(attachments_ref, (jboolean *)0);
5739 _env->ReleaseIntArrayElements(attachments_ref, (jin
5619 android_glInvalidateFramebuffer__II_3II(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) argument
5701 android_glInvalidateSubFramebuffer__II_3IIIIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) argument
[all...]

Completed in 93 milliseconds