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

/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java730 // C function void glProgramUniform4fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
732 public static native void glProgramUniform4fv( method in class:GLES31
740 // C function void glProgramUniform4fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
742 public static native void glProgramUniform4fv( method in class:GLES31
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec43 void glProgramUniform4fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h671 #define glProgramUniform4fv wrap_glProgramUniform4fv macro
H A Dgles_undefine.h671 #undef glProgramUniform4fv macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2352 /* void glProgramUniform4fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2380 glProgramUniform4fv(
2397 /* void glProgramUniform4fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2420 glProgramUniform4fv(
3750 {"glProgramUniform4fv", "(III[FI)V", (void *) android_glProgramUniform4fv__III_3FI },
3751 {"glProgramUniform4fv", "(IIILjava/nio/FloatBuffer;)V", (void *) android_glProgramUniform4fv__IIILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1495 GL_APICALL void GL_APIENTRY glProgramUniform4fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);
H A Dgl32.h1495 GL_APICALL void GL_APIENTRY glProgramUniform4fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);

Completed in 655 milliseconds