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

/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java692 // C function void glProgramUniform2fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
694 public static native void glProgramUniform2fv( method in class:GLES31
702 // C function void glProgramUniform2fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
704 public static native void glProgramUniform2fv( method in class:GLES31
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec41 void glProgramUniform2fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h647 #define glProgramUniform2fv wrap_glProgramUniform2fv macro
H A Dgles_undefine.h647 #undef glProgramUniform2fv macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2184 /* void glProgramUniform2fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2212 glProgramUniform2fv(
2229 /* void glProgramUniform2fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2252 glProgramUniform2fv(
3746 {"glProgramUniform2fv", "(III[FI)V", (void *) android_glProgramUniform2fv__III_3FI },
3747 {"glProgramUniform2fv", "(IIILjava/nio/FloatBuffer;)V", (void *) android_glProgramUniform2fv__IIILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1493 GL_APICALL void GL_APIENTRY glProgramUniform2fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);
H A Dgl32.h1493 GL_APICALL void GL_APIENTRY glProgramUniform2fv (GLuint program, GLint location, GLsizei count, const GLfloat *value);

Completed in 77 milliseconds