Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp2595 …(JNIEnv *_env, jobject _this, jint program, jint maxcount, jobject count_buf, jobject shaders_buf)… in android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() argument
2608 if (count_buf) { in android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
2609 …count = (GLsizei *)getPointer(_env, count_buf, (jarray*)&_countArray, &_countRemaining, &_countBuf… in android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
2630 if (count_buf && count == NULL) { in android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()