Home
last modified time | relevance | path

Searched refs:glUniform4f (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/libs/hwui/
DProgram.cpp182 glUniform4f(mColorUniform, color.r, color.g, color.b, color.a); in setColor()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt185 glUniform4f;
DlibGLESv3.map.txt371 glUniform4f;
Dentries.in835 GL_ENTRY(void, glUniform4f, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp291 glUniform4f(mCaches->program().getUniform("colorBlend"), in render()
311 glUniform4f(fill.program->getUniform("roundRectInnerRectLTWH"), in render()
/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp198 glUniform4f(loc, x, y, z, w); in randUniform()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLDepthTestActivity.java174 GLES20.glUniform4f(muOverlayHandle, step , step, step , step); in onDrawFrame()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec125 void glUniform4f ( GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1660 public static native void glUniform4f( in glUniform4f() method in GLES20
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h851 #define glUniform4f wrap_glUniform4f macro
Dgles_undefine.h851 #undef glUniform4f
Dgles_stubs.in370 void API_ENTRY(glUniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) {
371 CALL_GL_API(glUniform4f, location, v0, v1, v2, v3);
Dgles_decls.in124 GL_ENTRY(void, glUniform4f, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in370 void API_ENTRY(glUniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) {
371 CALL_GL_API(glUniform4f, location, v0, v1, v2, v3);
/frameworks/native/opengl/include/GLES2/
Dgl2.h649 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/frameworks/native/opengl/include/GLES3/
Dgl3.h649 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
Dgl31.h651 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
Dgl32.h651 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5493 glUniform4f( in android_glUniform4f__IFFFF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19840 method public static void glUniform4f(int, float, float, float, float);
/frameworks/base/api/
Dcurrent.txt28701 method public static void glUniform4f(int, float, float, float, float);
Dtest-current.txt28857 method public static void glUniform4f(int, float, float, float, float);
Dsystem-current.txt31416 method public static void glUniform4f(int, float, float, float, float);