Home
last modified time | relevance | path

Searched defs:glUniform4f (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/tests/
Dnullgles.cpp238 void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) {} in glUniform4f() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto382 glUniform4f = 354; enumerator
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1660 public static native void glUniform4f( in glUniform4f() method in GLES20