Searched refs:_lengthRemaining (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetActiveAttrib.cpp | 9 jint _lengthRemaining; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() local 33 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 131 jint _lengthRemaining; in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() local 138 …length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferO… in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 276 jint _lengthRemaining; in android_glGetActiveAttrib2() local
|
D | glGetActiveUniform.cpp | 9 jint _lengthRemaining; in android_glGetActiveUniform__III_3II_3II_3II_3BI() local 33 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveUniform__III_3II_3II_3II_3BI() 131 jint _lengthRemaining; in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() local 138 …length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferO… in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B()
|
D | glGetShaderSource.cpp | 9 jint _lengthRemaining; in android_glGetShaderSource__II_3II_3BI() local 27 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetShaderSource__II_3II_3BI()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 1375 jint _lengthRemaining; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() local 1399 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 1497 jint _lengthRemaining; in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() local 1504 …length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferO… in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 1642 jint _lengthRemaining; in android_glGetActiveAttrib2() local 1703 jint _lengthRemaining; in android_glGetActiveUniform__III_3II_3II_3II_3BI() local 1727 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset; in android_glGetActiveUniform__III_3II_3II_3II_3BI() 1825 jint _lengthRemaining; in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() local 1832 …length = (GLsizei *)getPointer(_env, length_buf, &_lengthArray, &_lengthRemaining, &_lengthBufferO… in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 3566 jint _lengthRemaining; in android_glGetShaderSource__II_3II_3BI() local [all …]
|