Home
last modified time | relevance | path

Searched refs:glUniform3f (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt183 glUniform3f;
DlibGLESv3.map.txt372 glUniform3f;
Dentries.in934 GL_ENTRY(void, glUniform3f, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec121 void glUniform3f ( GLint location, GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1608 public static native void glUniform3f( in glUniform3f() method in GLES20
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h846 #define glUniform3f wrap_glUniform3f macro
Dgles_undefine.h845 #undef glUniform3f
Dgles_stubs.in358 void API_ENTRY(glUniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) {
359 CALL_GL_API(glUniform3f, location, v0, v1, v2);
Dgles_decls.in120 GL_ENTRY(void, glUniform3f, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in358 void API_ENTRY(glUniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) {
359 CALL_GL_API(glUniform3f, location, v0, v1, v2);
/frameworks/native/opengl/include/GLES2/
Dgl2.h645 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/frameworks/native/opengl/include/GLES3/
Dgl3.h645 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
Dgl31.h647 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
Dgl32.h647 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5280 glUniform3f( in android_glUniform3f__IFFF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19834 method public static void glUniform3f(int, float, float, float);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28719 Landroid/opengl/GLES20;->glUniform3f(IFFF)V
/frameworks/base/api/
Dcurrent.txt30261 method public static void glUniform3f(int, float, float, float);