/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 184 glUniform3fv;
|
D | libGLESv3.map.txt | 373 glUniform3fv;
|
D | entries.in | 935 GL_ENTRY(void, glUniform3fv, GLint location, GLsizei count, const GLfloat *value)
|
/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/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 | 379 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/base/libs/hwui/debug/ |
D | gles_redefine.h | 847 #define glUniform3fv wrap_glUniform3fv macro
|
D | gles_undefine.h | 846 #undef glUniform3fv
|
D | gles_stubs.in | 361 void API_ENTRY(glUniform3fv)(GLint location, GLsizei count, const GLfloat *value) { 362 CALL_GL_API(glUniform3fv, location, count, value);
|
D | gles_decls.in | 121 GL_ENTRY(void, glUniform3fv, GLint location, GLsizei count, const GLfloat *value)
|
/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 | 646 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 646 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 | 5322 glUniform3fv( in android_glUniform3fv__II_3FI() 5367 glUniform3fv( in android_glUniform3fv__IILjava_nio_FloatBuffer_2()
|
/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/config/ |
D | hiddenapi-public-dex.txt | 28720 Landroid/opengl/GLES20;->glUniform3fv(IILjava/nio/FloatBuffer;)V 28721 Landroid/opengl/GLES20;->glUniform3fv(II[FI)V
|
/frameworks/base/api/ |
D | current.txt | 30262 method public static void glUniform3fv(int, int, float[], int); 30263 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);
|