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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4808 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) {
4816 if (!attachments_ref) {
4828 _remaining = _env->GetArrayLength(attachments_ref) - offset;
4830 _env->GetPrimitiveArrayCritical(attachments_ref, (jboolean *)0);
4841 _env->ReleasePrimitiveArrayCritical(attachments_ref, attachments_base,
4876 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) {
4884 if (!attachments_ref) {
4896 _remaining = _env->GetArrayLength(attachments_ref) - offset;
4898 _env->GetPrimitiveArrayCritical(attachments_ref, (jboolean *)0);
4913 _env->ReleasePrimitiveArrayCritical(attachments_ref, attachments_bas
4807 android_glInvalidateFramebuffer__II_3II(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) argument
4875 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 181 milliseconds