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 Dunwrap_gles.h662 #undef glProgramUniform3fv macro
H A Dwrap_gles.h662 #define glProgramUniform3fv wrap_glProgramUniform3fv macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2025 /* void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2053 glProgramUniform3fv(
2070 /* void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) */
2084 glProgramUniform3fv(
3295 {"glProgramUniform3fv", "(III[FI)V", (void *) android_glProgramUniform3fv__III_3FI },
3296 {"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 63 milliseconds