Searched refs:glProgramUniform3fv (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java704 // C function void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
706 public static native void glProgramUniform3fv( method in class:GLES31
714 // C function void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
716 public static native void glProgramUniform3fv( method in class:GLES31
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec42 void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto709 glProgramUniform3fv = 680;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp1967 /* void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
1995 glProgramUniform3fv(
2012 /* void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2026 glProgramUniform3fv(
3237 {"glProgramUniform3fv", "(III[FI)V", (void *) android_glProgramUniform3fv__III_3FI },
3238 {"glProgramUniform3fv", "(IIILjava/nio/FloatBuffer;)V", (void *) android_glProgramUniform3fv__IIILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1151 GL_APICALL void GL_APIENTRY glProgramUniform3fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp12208 glmsg.set_function(GLMessage::glProgramUniform3fv);
12237 glContext->hooks->gl.glProgramUniform3fv(program, location, count, value);
[all...]

Completed in 85 milliseconds