Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec121 void glUniform3f ( GLint location, GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp245 void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) {} in glUniform3f() function
Dwrap_gles.h848 #define glUniform3f wrap_glUniform3f macro
Dunwrap_gles.h848 #undef glUniform3f
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1608 public static native void glUniform3f( in glUniform3f() method in GLES20
/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.h647 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/frameworks/native/opengl/include/GLES3/
Dgl3.h647 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/native/opengl/libs/
Dentries.in829 GL_ENTRY(void, glUniform3f, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5007 glUniform3f( in android_glUniform3f__IFFF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19834 method public static void glUniform3f(int, float, float, float);
/frameworks/base/api/
Dcurrent.txt26344 method public static void glUniform3f(int, float, float, float);
Dsystem-current.txt28784 method public static void glUniform3f(int, float, float, float);
Dtest-current.txt26413 method public static void glUniform3f(int, float, float, float);