/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1517 public static native void glUniform1fv( in glUniform1fv() method in GLES20 1526 public static native void glUniform1fv( in glUniform1fv() method in GLES20
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 238 void glUniform1fv(GLint location, GLsizei count, const GLfloat *value) {} in glUniform1fv() function
|
D | unwrap_gles.h | 837 #undef glUniform1fv
|
D | wrap_gles.h | 837 #define glUniform1fv wrap_glUniform1fv macro
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 367 GLES20.glUniform1fv(uniform.getLocation(), len, values, 0); in setUniformValue()
|
/frameworks/rs/driver/ |
D | rsdShader.cpp | 369 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd); in setUniform()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 774 glUniform1fv(var, n, values); in SetUniformValue()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 337 void API_ENTRY(glUniform1fv)(GLint location, GLsizei count, const GLfloat *value) { 338 CALL_GL_API(glUniform1fv, location, count, value);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl31.h | 640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl32.h | 640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 4653 glUniform1fv( in android_glUniform1fv__II_3FI() 4692 glUniform1fv( in android_glUniform1fv__IILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 818 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat *value)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19823 method public static void glUniform1fv(int, int, float[], int); 19824 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26433 method public static void glUniform1fv(int, int, float[], int); 26434 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);
|
D | system-current.txt | 28922 method public static void glUniform1fv(int, int, float[], int); 28923 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);
|
D | test-current.txt | 26507 method public static void glUniform1fv(int, int, float[], int); 26508 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);
|