Searched refs:glUniform2f (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/tests/gl_perf/ |
D | fill_common.cpp | 215 glUniform2f(loc, ((float)ct) / passCount, ((float)ct) / 2.f / passCount); in doLoop()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 117 void glUniform2f ( GLint location, GLfloat x, GLfloat y )
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 241 void glUniform2f(GLint location, GLfloat v0, GLfloat v1) {} in glUniform2f() function
|
D | wrap_gles.h | 842 #define glUniform2f wrap_glUniform2f macro
|
D | unwrap_gles.h | 842 #undef glUniform2f
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1558 public static native void glUniform2f( in glUniform2f() method in GLES20
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 346 void API_ENTRY(glUniform2f)(GLint location, GLfloat v0, GLfloat v1) { 347 CALL_GL_API(glUniform2f, location, v0, v1);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
|
D | gl31.h | 643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
|
D | gl32.h | 643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 823 GL_ENTRY(void, glUniform2f, GLint location, GLfloat v0, GLfloat v1)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 4809 glUniform2f( in android_glUniform2f__IFF()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19828 method public static void glUniform2f(int, float, float);
|
/frameworks/base/api/ |
D | current.txt | 26338 method public static void glUniform2f(int, float, float);
|
D | system-current.txt | 28778 method public static void glUniform2f(int, float, float);
|
D | test-current.txt | 26407 method public static void glUniform2f(int, float, float);
|