Searched defs:v_buf (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4846 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
4852 v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
4924 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
4930 v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
5003 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
5009 v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
5082 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
5088 v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
5162 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
5168 v = (GLfloat *)getPointer(_env, v_buf,
4845 android_glUniform1fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4923 android_glUniform1iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5002 android_glUniform2fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5081 android_glUniform2iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5161 android_glUniform3fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5241 android_glUniform3iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5322 android_glUniform4fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5403 android_glUniform4iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
[all...]

Completed in 19 milliseconds