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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4567 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
4576 v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
4665 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
4674 v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
4764 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
4773 v = (GLfloat *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
4863 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
4872 v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
4963 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
4972 v = (GLfloat *)getPointer(_env, v_buf,
4566 android_glUniform1fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4664 android_glUniform1iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4763 android_glUniform2fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4862 android_glUniform2iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4962 android_glUniform3fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5062 android_glUniform3iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5163 android_glUniform4fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5264 android_glUniform4iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
[all...]
H A Dandroid_opengl_GLES30.cpp2349 (JNIEnv *_env, jobject _this, jint index, jobject v_buf) {
2355 v = (GLint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
2415 (JNIEnv *_env, jobject _this, jint index, jobject v_buf) {
2421 v = (GLuint *)getPointer(_env, v_buf, &_array, &_remaining, &_bufferOffset);
2348 android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jobject v_buf) argument
2414 android_glVertexAttribI4uiv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jobject v_buf) argument

Completed in 282 milliseconds