Home
last modified time | relevance | path

Searched refs:glUniform2f (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp215 glUniform2f(loc, ((float)ct) / passCount, ((float)ct) / 2.f / passCount); in doLoop()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec117 void glUniform2f ( GLint location, GLfloat x, GLfloat y )
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp241 void glUniform2f(GLint location, GLfloat v0, GLfloat v1) {} in glUniform2f() function
Dwrap_gles.h842 #define glUniform2f wrap_glUniform2f macro
Dunwrap_gles.h842 #undef glUniform2f
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1558 public static native void glUniform2f( in glUniform2f() method in GLES20
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in346 void API_ENTRY(glUniform2f)(GLint location, GLfloat v0, GLfloat v1) {
347 CALL_GL_API(glUniform2f, location, v0, v1);
/frameworks/native/opengl/include/GLES2/
Dgl2.h643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
/frameworks/native/opengl/include/GLES3/
Dgl3.h643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
Dgl31.h643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
Dgl32.h643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
/frameworks/native/opengl/libs/
Dentries.in823 GL_ENTRY(void, glUniform2f, GLint location, GLfloat v0, GLfloat v1)
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp4809 glUniform2f( in android_glUniform2f__IFF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19828 method public static void glUniform2f(int, float, float);
/frameworks/base/api/
Dcurrent.txt26338 method public static void glUniform2f(int, float, float);
Dsystem-current.txt28778 method public static void glUniform2f(int, float, float);
Dtest-current.txt26407 method public static void glUniform2f(int, float, float);