Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt179 glUniform2f;
DlibGLESv3.map.txt366 glUniform2f;
Dentries.in924 GL_ENTRY(void, glUniform2f, GLint location, GLfloat v0, GLfloat v1)
/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp215 glUniform2f(loc, ((float)ct) / passCount, ((float)ct) / 2.f / passCount); in doLoop()
/frameworks/base/libs/hwui/
DSkiaShader.cpp194 glUniform2f(caches.program().getUniform("screenSize"), 1.0f / width, 1.0f / height); in applyGradient()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec117 void glUniform2f ( GLint location, GLfloat x, GLfloat y )
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1558 public static native void glUniform2f( in glUniform2f() method in GLES20
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h840 #define glUniform2f wrap_glUniform2f macro
Dgles_undefine.h839 #undef glUniform2f
Dgles_stubs.in346 void API_ENTRY(glUniform2f)(GLint location, GLfloat v0, GLfloat v1) {
347 CALL_GL_API(glUniform2f, location, v0, v1);
Dgles_decls.in116 GL_ENTRY(void, glUniform2f, GLint location, GLfloat v0, GLfloat v1)
/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.h641 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
/frameworks/native/opengl/include/GLES3/
Dgl3.h641 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/base/core/jni/
Dandroid_opengl_GLES20.cpp5070 glUniform2f( in android_glUniform2f__IFF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19828 method public static void glUniform2f(int, float, float);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28713 Landroid/opengl/GLES20;->glUniform2f(IFF)V
/frameworks/base/api/
Dcurrent.txt30255 method public static void glUniform2f(int, float, float);