Searched refs:_lengthArray (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES30.cpp | 2258 jintArray _lengthArray = (jintArray) 0; in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2() local 2281 char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2() 2311 if (_lengthArray) { in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2() 4113 jarray _lengthArray = (jarray)0; in android_glGetActiveUniformBlockName_IILjava_nio_Buffer_2Ljava_nio_Buffer_2() local 4143 if (_lengthArray) { in android_glGetActiveUniformBlockName_IILjava_nio_Buffer_2Ljava_nio_Buffer_2() 4144 releasePointer(_env, _lengthArray, _length, JNI_TRUE); in android_glGetActiveUniformBlockName_IILjava_nio_Buffer_2Ljava_nio_Buffer_2() 4432 jintArray _lengthArray = (jintArray) 0; in android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local 4452 char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); in android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 4471 if (_lengthArray) { in android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 5471 jintArray _lengthArray = (jintArray) 0; in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() local [all …]
|
H A D | android_opengl_GLES20.cpp | 1952 jintArray _lengthArray = (jintArray) 0; in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() local 1965 …length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_lengthArray, &_lengthRemaining, &_leng… in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 1969 char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 1995 if (_lengthArray) { in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 1996 …releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _lengthArray, (jint*)length, JNI_TRU… in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2276 jintArray _lengthArray = (jintArray) 0; in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() local 2289 …length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_lengthArray, &_lengthRemaining, &_leng… in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2293 char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2319 if (_lengthArray) { in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2320 …releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _lengthArray, (jint*)length, JNI_TRU… in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B()
|
H A D | android_opengl_GLES31.cpp | 792 jintArray _lengthArray = (jintArray) 0; in android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local 811 …length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_lengthArray, &_lengthRemaining, &_leng… in android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 825 char * _lengthBase = (char *)_env->GetIntArrayElements(_lengthArray, (jboolean *) 0); in android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 847 if (_lengthArray) { in android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 848 _env->ReleaseIntArrayElements(_lengthArray, (jint*)length, _exception ? JNI_ABORT : 0); in android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|