Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt187 glUniform4f;
DlibGLESv3.map.txt378 glUniform4f;
Dentries.in944 GL_ENTRY(void, glUniform4f, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
/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/services/surfaceflinger/tests/
DBufferGenerator.cpp258 void bindVec4(GLint location, vec4 v) const { glUniform4f(location, v.x, v.y, v.z, v.w); } in bindVec4()
/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.java1664 public static native void glUniform4f( in glUniform4f() method in GLES20
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc791 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4f);
1639 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform4f); in init_stub_library()
Dstubs_arm64.cc791 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4f);
1639 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform4f); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc791 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4f);
1639 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform4f); in init_stub_library()
Dstubs_arm.cc791 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4f);
1639 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform4f); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h852 #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.cpp5460 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/non-updatable-api/
Dcurrent.txt32517 method public static void glUniform4f(int, float, float, float, float);
/frameworks/base/api/
Dcurrent.txt32661 method public static void glUniform4f(int, float, float, float, float);