/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1617 public static native void glUniform3fv( in glUniform3fv() method in GLES20 1626 public static native void glUniform3fv( in glUniform3fv() method in GLES20
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 122 void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 246 void glUniform3fv(GLint location, GLsizei count, const GLfloat *value) {} in glUniform3fv() function
|
D | wrap_gles.h | 849 #define glUniform3fv wrap_glUniform3fv macro
|
D | unwrap_gles.h | 849 #undef glUniform3fv
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 375 GLES20.glUniform3fv(uniform.getLocation(), len / 3, values, 0); in setUniformValue()
|
/frameworks/rs/driver/ |
D | rsdShader.cpp | 375 RSD_CALL_GL(glUniform3fv, slot, arraySize, fd); in setUniform()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 782 glUniform3fv(var, n, values); in SetUniformValue()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 361 void API_ENTRY(glUniform3fv)(GLint location, GLsizei count, const GLfloat *value) { 362 CALL_GL_API(glUniform3fv, location, count, value);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl31.h | 648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl32.h | 648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 5049 glUniform3fv( in android_glUniform3fv__II_3FI() 5088 glUniform3fv( in android_glUniform3fv__IILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 830 GL_ENTRY(void, glUniform3fv, GLint location, GLsizei count, const GLfloat *value)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19835 method public static void glUniform3fv(int, int, float[], int); 19836 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26345 method public static void glUniform3fv(int, int, float[], int); 26346 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);
|
D | system-current.txt | 28785 method public static void glUniform3fv(int, int, float[], int); 28786 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);
|
D | test-current.txt | 26414 method public static void glUniform3fv(int, int, float[], int); 26415 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);
|