Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp263 glUniform4f(mCaches->program().getUniform("colorBlend"), in render()
277 glUniform4f(fill.program->getUniform("roundRectInnerRectLTRB"), in render()
/frameworks/base/libs/hwui/
DProgram.cpp182 glUniform4f(mColorUniform, color.r, color.g, color.b, color.a); in setColor()
/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/libs/hwui/debug/
Dnullgles.cpp249 void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) {} in glUniform4f() function
Dwrap_gles.h854 #define glUniform4f wrap_glUniform4f macro
Dunwrap_gles.h854 #undef glUniform4f
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1660 public static native void glUniform4f( in glUniform4f() method in GLES20
/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.h651 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/frameworks/native/opengl/include/GLES3/
Dgl3.h651 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/native/opengl/libs/
Dentries.in835 GL_ENTRY(void, glUniform4f, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5207 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.txt26350 method public static void glUniform4f(int, float, float, float, float);
Dsystem-current.txt28790 method public static void glUniform4f(int, float, float, float, float);
Dtest-current.txt26419 method public static void glUniform4f(int, float, float, float, float);