Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp4846 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) { in android_glUniform1fv__IILjava_nio_FloatBuffer_2() argument
4852 v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); in android_glUniform1fv__IILjava_nio_FloatBuffer_2()
4924 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) { in android_glUniform1iv__IILjava_nio_IntBuffer_2() argument
4930 v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); in android_glUniform1iv__IILjava_nio_IntBuffer_2()
5003 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) { in android_glUniform2fv__IILjava_nio_FloatBuffer_2() argument
5009 v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); in android_glUniform2fv__IILjava_nio_FloatBuffer_2()
5082 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) { in android_glUniform2iv__IILjava_nio_IntBuffer_2() argument
5088 v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); in android_glUniform2iv__IILjava_nio_IntBuffer_2()
5162 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) { in android_glUniform3fv__IILjava_nio_FloatBuffer_2() argument
5168 v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset); in android_glUniform3fv__IILjava_nio_FloatBuffer_2()
[all …]