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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp5621 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) {
5629 if (!attachments_ref) {
5641 _remaining = _env->GetArrayLength(attachments_ref) - offset;
5643 _env->GetIntArrayElements(attachments_ref, (jboolean *)0);
5654 _env->ReleaseIntArrayElements(attachments_ref, (jint*)attachments_base,
5703 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) {
5711 if (!attachments_ref) {
5723 _remaining = _env->GetArrayLength(attachments_ref) - offset;
5725 _env->GetIntArrayElements(attachments_ref, (jboolean *)0);
5740 _env->ReleaseIntArrayElements(attachments_ref, (jin
5620 android_glInvalidateFramebuffer__II_3II(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) argument
5702 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 37 milliseconds