Searched refs:glUniform1fv (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1530 // C function void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
1532 public static native void glUniform1fv( method in class:GLES20
1539 // C function void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
1541 public static native void glUniform1fv( method in class:GLES20
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/libs/rs/driver/
H A DrsdShader.cpp308 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h425 static const Function glUniform1fv = Message_Function_glUniform1fv; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp605 dbg->hooks->gl.glUniform1fv(
H A Ddebugger_message.pb.cpp351 const Message_Function Message::glUniform1fv; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp2750 _c->glUniform1fv(location, count, v);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp3878 /* void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v ) */
3899 glUniform1fv(
3912 /* void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v ) */
3921 glUniform1fv(
5014 {"glUniform1fv", "(II[FI)V", (void *) android_glUniform1fv__II_3FI },
5015 {"glUniform1fv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glUniform1fv__IILjava_nio_FloatBuffer_2 },
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h346 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v)

Completed in 183 milliseconds