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

/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java711 // C function void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
713 public static native void glProgramUniform3fv( method in class:GLES31
721 // C function void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
723 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/base/libs/hwui/debug/
H A Dgles_redefine.h659 #define glProgramUniform3fv wrap_glProgramUniform3fv macro
H A Dgles_undefine.h659 #undef glProgramUniform3fv macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2268 /* void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2296 glProgramUniform3fv(
2313 /* void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2336 glProgramUniform3fv(
3748 {"glProgramUniform3fv", "(III[FI)V", (void *) android_glProgramUniform3fv__III_3FI },
3749 {"glProgramUniform3fv", "(IIILjava/nio/FloatBuffer;)V", (void *) android_glProgramUniform3fv__IIILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1494 GL_APICALL void GL_APIENTRY glProgramUniform3fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);
H A Dgl32.h1494 GL_APICALL void GL_APIENTRY glProgramUniform3fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);

Completed in 107 milliseconds