Searched refs:glUniform1fv (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1532 public static native void glUniform1fv( in glUniform1fv() method in GLES20 1541 public static native void glUniform1fv( in glUniform1fv() method in GLES20
|
/frameworks/base/libs/rs/ |
D | rsProgramVertex.cpp | 246 glUniform1fv(slot, 1, fd); in setupGL2()
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2_api.in | 337 void API_ENTRY(glUniform1fv)(GLint location, GLsizei count, const GLfloat* v) { 338 CALL_GL_API(glUniform1fv, location, count, v);
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
|
/frameworks/base/opengl/libs/ |
D | entries.in | 344 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 3883 glUniform1fv( in android_glUniform1fv__II_3FI() 3905 glUniform1fv( in android_glUniform1fv__IILjava_nio_FloatBuffer_2()
|