Home
last modified time | relevance | path

Searched refs:glUniform3fv (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES20.java1617 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/
DGLES20.spec122 void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp246 void glUniform3fv(GLint location, GLsizei count, const GLfloat *value) {} in glUniform3fv() function
Dwrap_gles.h849 #define glUniform3fv wrap_glUniform3fv macro
Dunwrap_gles.h849 #undef glUniform3fv
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java375 GLES20.glUniform3fv(uniform.getLocation(), len / 3, values, 0); in setUniformValue()
/frameworks/rs/driver/
DrsdShader.cpp375 RSD_CALL_GL(glUniform3fv, slot, arraySize, fd); in setUniform()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp782 glUniform3fv(var, n, values); in SetUniformValue()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in361 void API_ENTRY(glUniform3fv)(GLint location, GLsizei count, const GLfloat *value) {
362 CALL_GL_API(glUniform3fv, location, count, value);
/frameworks/native/opengl/include/GLES2/
Dgl2.h648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/native/opengl/include/GLES3/
Dgl3.h648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
Dgl32.h648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5049 glUniform3fv( in android_glUniform3fv__II_3FI()
5088 glUniform3fv( in android_glUniform3fv__IILjava_nio_FloatBuffer_2()
/frameworks/native/opengl/libs/
Dentries.in830 GL_ENTRY(void, glUniform3fv, GLint location, GLsizei count, const GLfloat *value)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19835 method public static void glUniform3fv(int, int, float[], int);
19836 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt26345 method public static void glUniform3fv(int, int, float[], int);
26346 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);
Dsystem-current.txt28785 method public static void glUniform3fv(int, int, float[], int);
28786 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);
Dtest-current.txt26414 method public static void glUniform3fv(int, int, float[], int);
26415 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);