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

/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java673 // C function void glProgramUniform1fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
675 public static native void glProgramUniform1fv( method in class:GLES31
683 // C function void glProgramUniform1fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
685 public static native void glProgramUniform1fv( method in class:GLES31
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec40 void glProgramUniform1fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h635 #define glProgramUniform1fv wrap_glProgramUniform1fv macro
H A Dgles_undefine.h635 #undef glProgramUniform1fv macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2100 /* void glProgramUniform1fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2128 glProgramUniform1fv(
2145 /* void glProgramUniform1fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2168 glProgramUniform1fv(
3744 {"glProgramUniform1fv", "(III[FI)V", (void *) android_glProgramUniform1fv__III_3FI },
3745 {"glProgramUniform1fv", "(IIILjava/nio/FloatBuffer;)V", (void *) android_glProgramUniform1fv__IIILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1492 GL_APICALL void GL_APIENTRY glProgramUniform1fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);
H A Dgl32.h1492 GL_APICALL void GL_APIENTRY glProgramUniform1fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);

Completed in 171 milliseconds