Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetShaderSource.cpp4 …(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, … in android_glGetShaderSource__II_3II_3BI() argument
15 if (length_ref) { in android_glGetShaderSource__II_3II_3BI()
22 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetShaderSource__II_3II_3BI()
24 _env->GetIntArrayElements(length_ref, (jboolean *)0); in android_glGetShaderSource__II_3II_3BI()
58 _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, in android_glGetShaderSource__II_3II_3BI()
DglGetActiveUniformBlockName.cpp4 …ct _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_ref, jint lengthOffs… in android_glGetActiveUniformBlockName_III_3II_3BI() argument
15 if (length_ref) { in android_glGetActiveUniformBlockName_III_3II_3BI()
22 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveUniformBlockName_III_3II_3BI()
24 length_ref, (jboolean*)0); in android_glGetActiveUniformBlockName_III_3II_3BI()
59 _env->ReleaseIntArrayElements(length_ref, (jint*)_length_base, in android_glGetActiveUniformBlockName_III_3II_3BI()
DglGetActiveUniform.cpp4 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveUniform__III_3II_3II_3II_3BI() argument
21 if (length_ref) { in android_glGetActiveUniform__III_3II_3II_3II_3BI()
28 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
30 _env->GetIntArrayElements(length_ref, (jboolean *)0); in android_glGetActiveUniform__III_3II_3II_3II_3BI()
109 _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, in android_glGetActiveUniform__III_3II_3II_3II_3BI()
DglGetActiveAttrib.cpp4 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveAttrib__III_3II_3II_3II_3BI() argument
21 if (length_ref) { in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
28 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
30 _env->GetIntArrayElements(length_ref, (jboolean *)0); in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
109 _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
DglGetTransformFeedbackVarying.cpp4 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() argument
21 if (length_ref) { in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
28 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
30 _env->GetIntArrayElements(length_ref, (jboolean *)0); in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
109 _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1898 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() argument
1915 if (length_ref) { in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
1922 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
1924 _env->GetIntArrayElements(length_ref, (jboolean *)0); in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
2003 _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
3597 …ct _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_ref, jint lengthOffs… in android_glGetActiveUniformBlockName_III_3II_3BI() argument
3608 if (length_ref) { in android_glGetActiveUniformBlockName_III_3II_3BI()
3615 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveUniformBlockName_III_3II_3BI()
3617 length_ref, (jboolean*)0); in android_glGetActiveUniformBlockName_III_3II_3BI()
3652 _env->ReleaseIntArrayElements(length_ref, (jint*)_length_base, in android_glGetActiveUniformBlockName_III_3II_3BI()
[all …]
Dandroid_opengl_GLES20.cpp1769 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveAttrib__III_3II_3II_3II_3BI() argument
1786 if (length_ref) { in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
1793 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
1795 _env->GetIntArrayElements(length_ref, (jboolean *)0); in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
1874 _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
2093 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveUniform__III_3II_3II_3II_3BI() argument
2110 if (length_ref) { in android_glGetActiveUniform__III_3II_3II_3II_3BI()
2117 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
2119 _env->GetIntArrayElements(length_ref, (jboolean *)0); in android_glGetActiveUniform__III_3II_3II_3II_3BI()
2198 _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, in android_glGetActiveUniform__III_3II_3II_3II_3BI()
[all …]
Dandroid_opengl_GLES31.cpp686 …pCount, jintArray props_ref, jint propsOffset, jint bufSize, jintArray length_ref, jint lengthOffs… in android_glGetProgramResourceiv__IIII_3III_3II_3II() argument
717 if (length_ref) { in android_glGetProgramResourceiv__IIII_3III_3II_3II()
724 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetProgramResourceiv__IIII_3III_3II_3II()
726 _env->GetIntArrayElements(length_ref, (jboolean *)0); in android_glGetProgramResourceiv__IIII_3III_3II_3II()
764 _env->ReleaseIntArrayElements(length_ref, (jint*)length_base, in android_glGetProgramResourceiv__IIII_3III_3II_3II()